OSDN Git Service

save
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass002.jcfa
index 27d5125..c646f47 100644 (file)
@@ -1,5 +1,12 @@
+package test;
+
+/*  TODO import func. is missing.  */
 public class TestJavaClass002 {
-       public static final String TEST_001;
-       protected static String test002;
-       private String test003;
+       /* FIXME other type support is missing. <br />Now only String. */
+       public static final java.lang.String TEST_001 = "Hello jcfa world.";
+       /*  */
+       protected static java.lang.String test002;
+       /*  */
+       private int test003;
+       /*  */
 }
\ No newline at end of file