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