Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
mixin_application_lub.dart.textual_outline_modelled.expect
blob: 1b745a2ed57391b76dee42ba2f5ff6e9abf7eea7 [
file
] [
log
] [
blame
]
// @dart = 2.9
StateA
a
=
StateA
();
StateB
b
=
StateB
();
class
Diagnosticable
{}
class
SomeClass
with
Diagnosticable
{}
class
State
<
T
>
with
Diagnosticable
{}
class
StateA
extends
State
{}
class
StateB
extends
State
<int>
{}
foo
<
T
>(
T x
)
{}
main
()
{}