blob: e2d9cb95648f856eda766c1e4c1720a7b502f842 [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;
//
// 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
;