Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
extensions
/
static_access_of_instance.dart.textual_outline_modelled.expect
blob: 856f36c6d1497a72b6bfa0efc6b5b650a9c32ee4 [
file
] [
log
] [
blame
]
// @dart = 2.9
class
Class
{}
extension
Extension
on
Class
{
get
instanceProperty
=>
42
;
instanceMethod
()
{}
set
instanceProperty
(
value
)
{}
}
main
()
{}