blob: 9f3bdf8d7a69612ee7a0456bc53670f3d1cc8f81 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue38253.dart:9:1: Error: Expected ';' after this.
// }
// ^
//
// pkg/front_end/testcases/general/issue38253.dart:6:3: Error: 'g' isn't a type.
// g f(){
// ^
//
// pkg/front_end/testcases/general/issue38253.dart:7:5: Error: A value must be explicitly returned from a non-void function.
// return;
// ^
//
import self as self;
static field () Null a = () Null {
function f() invalid-type {
return invalid-expression "pkg/front_end/testcases/general/issue38253.dart:7:5: Error: A value must be explicitly returned from a non-void function.
return;
^" in null;
}
};
static method main() dynamic {}