Sign in
dart
/
sdk.git
/
284a7ee8c5b78c51a1cac9c770244d8093ba121c
/
.
/
pkg
/
front_end
/
testcases
/
dartdevc
/
static_interop_erasure
/
main.dart.strong.modular.expect
blob: 8a344503ee44b91f769b0d7b22f69c17a8ac858a [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"main_lib.dart"
as
sta
;
import
"org-dartlang-testcase:///main_lib.dart"
;
static
method main
()
→
void
{
sta
::
setUp
();
sta
::
StaticJSClass
staticJs
=
sta
::
StaticJSClass
::
factory
();
}