blob: 169541fdc038a549abfcb35ff9efeeb8216a9d2b [file] [log] [blame]
package javahints;
public class TestShortErrors6 {
public TestShortErrors6() {
Test.test = 4;
}
public static class Test {
}
}