blob: 10e71da1f7aca53dfb66f75fdcfbdfc594eca066 [file] [log] [blame]
// Expectation for test:
// get foo => foo;
// main() { print(foo || foo); }
function() {
V.foo();
}