blob: 90fefe2e172f1fedf346c2c3db9c83741a39a8d7 [file] [log] [blame]
package annotator.tests;
public class LocalSimple {
public void foo() {
Object o = null;
System.out.println(o);
}
}