KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > javahints > TestShortErrors4


1 package javahints;
2
3 public class TestShortErrors4 {
4     
5     public TestShortErrors4() {
6         create().test = 4;
7     }
8     
9     public TestShortErrors4 create() {
10         return null;
11     }
12 }
13
Popular Tags