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