Sign in
dart
/
sdk
/
df70dbbf8b71b5dbfc52833c9ab9f1431823f43f
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
const_patterns_binary.dart.textual_outline_modelled.expect
blob: 6ee5a42461b44bb1e9e3bf67dcd95ed24476a0e7 [
file
] [
log
] [
blame
]
import
'const_patterns_binary.dart'
as
prefix
;
class
Class
{
static
const
value
=
2
;
}
const
value
=
1
;
method
<
T
>(
o
)
{}