Sign in
dart
/
sdk.git
/
75cf999566f9cf97ef471609a6b51fab6f998511
/
.
/
pkg
/
front_end
/
testcases
/
regress
/
invalid_this_reference_06.dart.textual_outline.expect
blob: 8df51a6a71dbd6f6b7c74c6e6bd598be815fb54e [
file
] [
log
] [
blame
]
extension type
Foo
(
int
foo
)
{
Foo
([
foo
=
foo
])
=>
42
;
Foo
.
tester1
(
String
s
)
:
foo
=
s
.
length
;
Foo
.
tester2
(
this
.
foo
);
}