blob: 18b6808232019d2b812afabf51d78d41a83827e9 [file] [log] [blame]
main = main::main;
library from "org-dartlang-test:///lib.dart" as lib {
additionalExports = (asy::Future,
asy::FutureExtensions,
asy::Stream,
core::deprecated,
core::override,
core::provisional,
core::proxy,
core::identical,
core::identityHashCode,
core::print,
core::Comparator,
core::AbstractClassInstantiationError,
core::ArgumentError,
core::AssertionError,
core::BidirectionalIterator,
core::BigInt,
core::CastError,
core::Comparable,
core::ConcurrentModificationError,
core::CyclicInitializationError,
core::DateTime,
core::Deprecated,
core::Duration,
core::Enum,
core::EnumByName,
core::EnumName,
core::Error,
core::Exception,
core::Expando,
core::FallThroughError,
core::Finalizer,
core::FormatException,
core::Function,
core::IndexError,
core::IntegerDivisionByZeroException,
core::Invocation,
core::Iterable,
core::Iterator,
core::List,
core::Map,
core::MapEntry,
core::Match,
core::NoSuchMethodError,
core::Null,
core::NullThrownError,
core::Object,
core::OutOfMemoryError,
core::Pattern,
core::Provisional,
core::RangeError,
core::RegExp,
core::RegExpMatch,
core::RuneIterator,
core::Runes,
core::Set,
core::Sink,
core::StackOverflowError,
core::StackTrace,
core::StateError,
core::Stopwatch,
core::String,
core::StringBuffer,
core::StringSink,
core::Symbol,
core::Type,
core::TypeError,
core::UnimplementedError,
core::UnsupportedError,
core::Uri,
core::UriData,
core::WeakReference,
core::bool,
core::double,
core::int,
core::num,
core::pragma)
export "dart:core";
static const field dynamic _exports# = #C1 /*isLegacy*/;
static method method() dynamic {
dart.core::print("hello");
}
}
library from "org-dartlang-test:///main.dart" as main {
import "org-dartlang-test:///lib.dart" as prefix;
static method main() dynamic {
Never n;
lib::method();
}
}
constants {
#C1 = "{\"dynamic\":\"<dynamic>\",\"Never\":\"<Never>\"}"
}