blob: 5199b6617c0a2f0eefc1a155d49846020f79eb8a [file] [log] [blame]
library;
import self as self;
import "dart:supported.by.spec";
import "dart:unsupported.by.spec";
import "dart:unsupported.by.target";
import "org-dartlang-testcase:///import_supported.by.spec_lib.dart" as from_supported_by_spec_first;
import "org-dartlang-testcase:///import_supported.by.target_lib.dart" as from_supported_by_target;
import "org-dartlang-testcase:///import_supported.by.spec_lib.dart" as from_supported_by_spec_last;
static method main() dynamic
;
static method expect(dynamic expected, dynamic actual) dynamic
;
library dart.supported.by.spec;
import self as self2;
import "dart:_supported.by.target" as by_;
additionalExports = (by_::supportedByTarget)
export "dart:_supported.by.target";
static method supportedBySpec() void
;
library dart.unsupported.by.spec /*isUnsupported*/;
import self as self3;
import "dart:_unsupported.by.spec_internal" as spe;
additionalExports = (spe::unsupportedBySpecInternal)
export "dart:_unsupported.by.spec_internal";
static method unsupportedBySpec() void
;
library dart.unsupported.by.target;
import self as self4;
static method unsupportedByTarget() void
;
library;
import self as self5;
import "dart:core" as core;
static field core::String field;
library;
import self as self6;
import "dart:core" as core;
static field core::String field;
library dart._supported.by_target /*isUnsupported*/;
import self as by_;
static method supportedByTarget() void
;
library dart._unsupported.by.spec_internal /*isUnsupported*/;
import self as spe;
static method unsupportedBySpecInternal() void
;