blob: 31663c2700d0065bd3e347368e73480b933da70d [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29987.dart:5:13: Error: Couldn't parse URI 'dart_:core':
// Illegal scheme character.
// import "dart_:core";
// ^
//
import self as self;
import "org-dartlang-malformed-uri:?dart_%3Acore";
static method main() dynamic
;
library;
import self as self2;