test for null getfield

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@278 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 26c0de9c34
commit 130f1c0e99
  1. 3
      jode/test/LocalTypes.java

@ -153,8 +153,7 @@ public class LocalTypes {
System.err.println(((Object)this) instanceof RuntimeException);
System.err.println(((RuntimeException)(Object)this).getMessage());
((java.io.PrintStream)null).println("Hallo");
((LocalTypes) null).a = new A();
((LocalTypes) null).b = new B();
((LocalTypes) null).a = ((LocalTypes) null).b;
}
}

Loading…
Cancel
Save