blob: 26df3e2654208d34310a613ba06e58fc8a070701 [file] [log] [blame]
// Test case for Issue 346:
// https://github.com/typetools/checker-framework/issues/346
// :: error: (type.checking.not.run)
class Before {}
// :: error: (type.checking.not.run)
class Context {
// :: error: cannot find symbol
Unknown f;
}