blob: 6c3150ca5f5165da2e877a389de52810db1738d1 [file] [log] [blame]
import 'const_patterns.dart' as prefix;
class Class {
call() {}
const Class([a]);
test(o) async {}
}
class GenericClass<T> {
const GenericClass({a});
}
const int value = 42;
void func() {}