blob: b80948b554fb7892ee7bfbd18e8908a8d30ecd71 [file] [log] [blame]
//
// Problems outside component:
//
// pkg/front_end/testcases/rasta/unsupported_platform_library.dart:5:8: Error: Not found: 'dart:html'
// import 'dart:html';
// ^
//
library;
import self as self;
import "dart:html";
import "dart:io";
static method main() dynamic
;