]> source.dussan.org Git - aspectj.git/commitdiff
neglected source
authorwisberg <wisberg>
Tue, 27 May 2003 17:24:07 +0000 (17:24 +0000)
committerwisberg <wisberg>
Tue, 27 May 2003 17:24:07 +0000 (17:24 +0000)
tests/harness/XLintWarningTest.java [new file with mode: 0644]

diff --git a/tests/harness/XLintWarningTest.java b/tests/harness/XLintWarningTest.java
new file mode 100644 (file)
index 0000000..f240cd7
--- /dev/null
@@ -0,0 +1,11 @@
+
+        
+public aspect XLintWarningTest {        
+    
+    before() : staticinitialization(UnknownType) { // CW 5 - XLint:invalidAbsoluteTypeName
+        System.err.println("never");
+    }
+}
+
+
+