Sign in
dart
/
sdk
/
c4962efa659743cf9fb395c25d69b86cdb5fcfd5
/
.
/
pkg
/
front_end
/
testcases
/
patterns
/
issue50897.dart.textual_outline_modelled.expect
blob: ec818053810c91a359ec1379f51f4efb75a0b31a [
file
] [
log
] [
blame
]
String
test
(
Map
map
)
{}
abstract
class
Square
{
Unit
get
size
;
}
class
Unit
{
const
Unit
(
this
.
value
);
final
double
value
;
}