blob: e5541970fa2accd1b1856a8c4972fe13727039c6 [file] [log] [blame]
// :: error: (type.checking.not.run)
public class ResolveError {
void m() {
// :: error: cannot find symbol
Unresolved.foo();
}
}