Sign in
dart
/
sdk
/
a1c7ce3d8d1036b14541468d97ef04fb636de120
/
.
/
pkg
/
front_end
/
testcases
/
general
/
implicit_scope_test.dart.textual_outline.expect
blob: ea2f363bdc161defe1bd5b52be39c5b8bfa8e223 [
file
] [
log
] [
blame
]
import
"package:expect/expect.dart"
;
class
ImplicitScopeTest
{
static
bool
alwaysTrue
()
{}
static
testMain
()
{}
}
main
()
{}