Sign in
dart
/
sdk
/
a7f93d33d45a49588ddff4571d89be7361e0de5f
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
symbol_literal.dart.strong.transformed.expect
blob: ea090c7c5d99d36594dbe06b3e24a1d116255e63 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method test
()
→
void
{
core
::
Symbol
x
=
#foo;
}
static
method main
()
→
dynamic
{}