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