Calling non-existant method from an inner class hangs the compiler. Example from user:
public class TestClass { public class InnerClass { public InnerClass() { callMethod(); } } }
Calling non-existant method from an inner class hangs the compiler. Example from user:
public class TestClass { public class InnerClass { public InnerClass() { callMethod(); } } }