blob: 55e6b0ab8a75de175d65eb737fe82b759a0d7ca2 [file] [log] [blame]
class Foo {}
set foo(x) {
}
main() {
foo = new Foo();
}