blob: aab17f7c5cf0d9e5ce75c832c4dbd129937bada4 [file] [log] [blame]
//
// Problems outside component:
//
// pkg/front_end/testcases/inference/generic_methods_infer_js_builtin.dart:9:8: Error: Not found: 'dart:_foreign_helper'
// import 'dart:_foreign_helper' show JS; // error
// ^
//
library test /*isNonNullableByDefault*/;
//
// 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
// ^
//
import self as self;
import "dart:_foreign_helper" show JS;
static method test() dynamic
;
static method main() dynamic
;