| 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 | |
| ; |