KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > javahints > TestShortErrors5


1 package javahints;
2
3 public class TestShortErrors5 {
4     
5     public TestShortErrors5() {
6         create().test = 4;
7     }
8     
9 }
10
Popular Tags