blob: 7651a5887315877c4cfa7c1e2970299e50152a44 [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 {}