blob: 25343fd08e6120c3b05aaf249d8ab23bcdc047f9 [file] [log] [blame]
// @dart = 2.9
x(){}
.
y = 42;
x(){}
.
z = true;
void foo() {}
main() {}