blob: f19a44ffcff66d5134c898e42a685aeb2c6f9cad [file] [log] [blame] [edit]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/version_too_high.dart:5:1: Error: The specified language version 100.200 is too high. The highest supported language version is 3.11.
// // @dart=100.200
// ^^^^^^^^^^^^^^^^
//
import self as self;
static method method() dynamic
;