Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue41070.dart.textual_outline_modelled.expect
blob: 228bca5f66eb7e946f46e185a4d200d80e23eb54 [
file
] [
log
] [
blame
]
// @dart = 2.9
abstract
class
Mixin
{}
class
Application
=
Base
with
Mixin
;
class
Base
{
const
Base
(
this
.
x
);
final
int
x
;
}
expect
(
expected
,
actual
)
{}
main
()
{}