]> source.dussan.org Git - aspectj.git/commitdiff
258206: package declaration support in the model
authoraclement <aclement>
Tue, 6 Jan 2009 22:07:30 +0000 (22:07 +0000)
committeraclement <aclement>
Tue, 6 Jan 2009 22:07:30 +0000 (22:07 +0000)
tests/multiIncremental/Imports/base/p/q/Example.aj [new file with mode: 0644]
tests/multiIncremental/Imports/base/p/q/Example2.java [new file with mode: 0644]

diff --git a/tests/multiIncremental/Imports/base/p/q/Example.aj b/tests/multiIncremental/Imports/base/p/q/Example.aj
new file mode 100644 (file)
index 0000000..9fbb752
--- /dev/null
@@ -0,0 +1,6 @@
+package p.q;
+
+import java.lang.String;
+import java.lang.Integer;
+
+public class Example {}
diff --git a/tests/multiIncremental/Imports/base/p/q/Example2.java b/tests/multiIncremental/Imports/base/p/q/Example2.java
new file mode 100644 (file)
index 0000000..164c5c6
--- /dev/null
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+package p.q;
+
+public class Example2 {}