KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > javahints > TestShortErrors6


1 package javahints;
2
3 public class TestShortErrors6 {
4     
5     public TestShortErrors6() {
6         Test.test = 4;
7     }
8     
9     public static class Test {
10         
11     }
12     
13 }
14
Popular Tags