blob: c0d76bf9e692cd98282fd74311737dad7aade699 [file] [log] [blame]
class A {
const A() : x = 'foo' { }
:
x = 'foo' ;
}
main() { }