blob: 215e1f9962cc360ec95a809cbe36a5cad17f90f1 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/unsupported_platform_library.dart:5:8: Error: Dart library 'dart:html' is not available on this platform.
// import 'dart:html';
// ^
// Context: The unavailable library 'dart:html' is imported through these paths:
//
// unsupported_platform_library.dart => dart:html
//
//
import self as self;
import "dart:html";
import "dart:io";
static method main() dynamic {}