aboutsummaryrefslogtreecommitdiffstats
path: root/tests/errors/BadIntroduction.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/BadIntroduction.java')
-rw-r--r--tests/errors/BadIntroduction.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/errors/BadIntroduction.java b/tests/errors/BadIntroduction.java
index b4bdf5740..7939f702d 100644
--- a/tests/errors/BadIntroduction.java
+++ b/tests/errors/BadIntroduction.java
@@ -1,5 +1,7 @@
import org.aspectj.testing.Tester;
+introduction (String) {}
+
public class BadIntroduction {
public static void main(String[] args) {
String s;
@@ -7,5 +9,4 @@ public class BadIntroduction {
}
}
-introduction (String) {
-}
+