blob: 2ad814d52ca89a787e4864555bd026fc1a0f67f0 [file] [log] [blame]
// :: error: (type.checking.not.run)
public class MissingSymbolCrash {
public void test() {
// :: error: cannot find symbol
lst.add(s);
}
}