diff --git a/test/strucType/TestPaperExample.java b/test/strucType/TestPaperExample.java index 63418340..77b58faf 100644 --- a/test/strucType/TestPaperExample.java +++ b/test/strucType/TestPaperExample.java @@ -34,7 +34,7 @@ public class TestPaperExample { // files.add(new File(rootDirectory + "testPaperExample.jav")); // trans(files); // files.clear(); -// files.add(new File(rootDirectory + "constructed/A.java")); + files.add(new File(rootDirectory + "constructed/A.java")); files.add(new File(rootDirectory + "javFiles/testMain.jav")); trans(files); } diff --git a/test/strucType/constructed/A.java b/test/strucType/constructed/A.java index d16cdc15..2125bf92 100644 --- a/test/strucType/constructed/A.java +++ b/test/strucType/constructed/A.java @@ -1,4 +1,6 @@ package strucType.constructed; +import strucType.constructed.L; +import strucType.constructed.O; public class A, M extends U, P, N extends V, V, AD extends O, U> {