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