Sign in
dart
/
sdk.git
/
refs/tags/2.19.0-32.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
extensions
/
instance_access_of_static.dart.textual_outline_modelled.expect
blob: 9f28a887a80232c04a796c52c0371ec7e0fd0633 [
file
] [
log
] [
blame
]
class
Class1
{}
extension
Extension1
on
Class1
{
static
int
get
staticProperty
{}
static
set
staticProperty
(
int
value
)
{}
static
staticMethod
()
{}
static
var
staticField
=
42
;
}
main
()
{}