Sign in
dart
/
sdk.git
/
3b718daac6f227b77ccb38fd35c1d89041feabc5
/
.
/
pkg
/
front_end
/
testcases
/
extensions
/
invalid_explicit_static_access.dart.textual_outline.expect
blob: 4de187a9ccb5ff06ecb332ecce13403483b9a591 [
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
()
{}