Sign in
dart
/
sdk.git
/
refs/tags/2.19.0-32.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
extensions
/
invalid_explicit_static_access.dart.textual_outline.expect
blob: 26548637aee8b4a1825c86b8d7cfe3bb89311de1 [
file
] [
log
] [
blame
]
extension
Extension
on
String
{
static
method
()
{}
static
get
getter
=>
null
;
static
set
setter
(
_
)
{}
static
get
property
=>
null
;
static
set
property
(
_
)
{}
static
var
field
;
}
main
()
{}
errors
()
{}