blob: ff7918c734a6d38d77f8023baa05daf30728fc1f [file] [log] [blame]
// @dart = 2.9
class C {
C() : super()[];
}
main () {}