From 9025e8b4185cf965d51e64b1ed0aba7e43d33842 Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 3 Nov 2005 17:09:45 +0000 Subject: tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. --- tests/bugs150/pr113073.java | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/bugs150/pr113073.java') diff --git a/tests/bugs150/pr113073.java b/tests/bugs150/pr113073.java index 9e57ffaa9..6ebff397d 100644 --- a/tests/bugs150/pr113073.java +++ b/tests/bugs150/pr113073.java @@ -9,6 +9,7 @@ class C { aspect D { public C.new(String s) { + this(); } public void C.anotherMethod(String s) { } -- cgit v1.2.3