Sign in
dart
/
sdk
/
c24c41eeac757390e77daed51a15652ee9195acc
/
.
/
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
)
{}