Sign in
dart
/
sdk.git
/
7a05e327a6a512266885df7f26fc83f3b14e3360
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue43290.dart.textual_outline_modelled.expect
blob: 90d99933c597671f0f433e22ff227d4e01074231 [
file
] [
log
] [
blame
]
class
Class
{
const
Class
({
this
.
length
});
final
int
length
;
method1a
()
{}
method1b
()
{}
method2a
()
{}
method2b
()
{}
}
main
()
{}