blob: 2b80f831fd79a4c4d841c9f4075dd918e860f89c [file] [log] [blame]
library test;
//
// Problems in library:
//
// pkg/front_end/testcases/inference/generic_methods_infer_js_builtin.dart:9:8: Error: Can't access platform private library.
// import 'dart:_foreign_helper' show JS; // error
// ^
//
// pkg/front_end/testcases/inference/generic_methods_infer_js_builtin.dart:9:8: Error: Dart library 'dart:_foreign_helper' is not available on this platform.
// import 'dart:_foreign_helper' show JS; // error
// ^
// Context: The unavailable library 'dart:_foreign_helper' is imported through these paths:
//
// generic_methods_infer_js_builtin.dart => dart:_foreign_helper
//
//
import self as self;
import "dart:_foreign_helper" show JS;
static method test() dynamic
;
static method main() dynamic
;