Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
symbol_literal.dart.weak.expect
blob: 1a4d6a8f2ab981c040c30f40299efcd06666decc [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method test
()
→
void
{
core
::
Symbol
*
x
=
#C1;
}
static
method main
()
→
dynamic
{}
constants
{
#C1 = #foo
}