Sign in
dart
/
sdk
/
/
8bfbce33f13da170362434c6332f7d6487d92e55
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
symbol_literal.dart.direct.expect
blob: 88a58fe13b7f5f3f1473c79d5f0823b91713d8ee [
file
]
library test
;
import
self
as
self
;
static
method test
()
→
void
{
dynamic
x
=
#foo;
}
static
method main
()
→
dynamic
{}