Sign in
dart
/
sdk
/
base
/
.
/
tests
/
language
/
regress
/
regress20394_runtime_test.dart
blob: 33e6285531a4c6a60f5da22c91338fbee7ecdde0 [
file
] [
log
] [
blame
]
// TODO(multitest): This was automatically migrated from a multitest and may
// contain strange or dead code.
import
'regress20394_lib.dart'
;
mixin M
{}
class
C
extends
Super
with M
{}
main
()
{
new
C
();
}