blob: 118253d90f90b94ce75f1199c3677c1347eab3cc [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 {}