blob: 9a621b6921af5942c32fc89db76f61bc46045d3d [file] [log] [blame]
library;
import self as self;
static method foo() Never{
while (true) {
}
}
static method bar() Never?
return null;
static method main() dynamic {}