Sign in
dart
/
sdk.git
/
7a05e327a6a512266885df7f26fc83f3b14e3360
/
.
/
pkg
/
front_end
/
testcases
/
runtime_checks_new
/
implicit_downcast_field.dart.textual_outline.expect
blob: 340c0be160bcbb00e8154c5d2b29c99d2d96e0e2 [
file
] [
log
] [
blame
]
library test
;
Object
o
=
1
;
bool
topLevelValue
=
o
;
class
C
{
static
bool
staticValue
=
o
;
bool
instanceValue
=
o
;
}
main
()
{}