Sign in
dart
/
sdk.git
/
81b669dc45e3b040b6080c95688ba2f462b47a84
/
.
/
pkg
/
front_end
/
testcases
/
general
/
implicit_constructor.dart.textual_outline.expect
blob: fd419fa34f0487050b47dcde306f2cb22ae53e14 [
file
]
mixin M on
Object
{
void
mixinMethod
()
{}
}
class
B
{}
class
C
with
M
{}
class
D
=
Object
with
M
;