blob: 0849169e110142251e6d3619c4835df32b876505 [file]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/dot_shorthands/tearoff.dart:6:14: Error: Expected an identifier, but got '.'.
// Try inserting an identifier before '.'.
// Object o = .hash;
// ^
//
import self as self;
import "dart:core" as core;
static method main() void {
core::Object o = #C1;
}
constants {
#C1 = static-tearoff core::Object::hash
}