Sign in
dart
/
sdk.git
/
refs/tags/2.19.0-32.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
extensions
/
issue47345.dart.textual_outline_modelled.expect
blob: 0ddff5fc1aee1e1eb2f2f23321d702689d8e5490 [
file
] [
log
] [
blame
]
class
Foo
{}
extension on
Foo
{
static
const
bar
=
1
;
static
const
doubleBar
=
bar
*
2
;
}
void
main
()
{}