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