blob: 1a60106470acbaed6546a32ebaf46a191c719a25 [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;