blob: 7e0ad6650e703366e3989dc32fdde44b04549769 [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;
static method main() dynamic
;