Sign in
dart
/
sdk.git
/
4dbfce19bd54aa7848f3ef626b598f743c39b4b1
/
.
/
pkg
/
front_end
/
testcases
/
export_test.dart.strong.transformed.expect
blob: 40ce1cc5b414134145c8d92dd064a1bfd9e1bf87 [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
import
"dart:developer"
as
dev
;
additionalExports
=
(
core
::
print
)
static
method main
()
→
dynamic
{
core
::
print
(
dev
::
UserTag
);
}