Sign in
dart
/
sdk.git
/
75cf999566f9cf97ef471609a6b51fab6f998511
/
.
/
pkg
/
front_end
/
testcases
/
regress
/
duplicate_builder_01.dart.textual_outline.expect
blob: da47b75abe0dc6c38e69f241ec2f2a9fc1a4e721 [
file
] [
log
] [
blame
]
int
foo
=
42
;
extension type foo
(
String
foo
)
{
set
foo
(
double
x
)
{}
}