blob: 6ee5a42461b44bb1e9e3bf67dcd95ed24476a0e7 [file] [log] [blame]
import 'const_patterns_binary.dart' as prefix;
class Class {
static const value = 2;
}
const value = 1;
method<T>(o) {}