1
0
Mirror von https://github.com/eclipse-aspectj/aspectj.git synchronisiert 2024-08-26 05:57:44 +02:00
org.aspectj/tests/bugs/ParserRecoveryTestPureJava.java
acolyer 19ed0a21b8 move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the
default mode (inherited behaviour from JDT).
2004-01-13 11:27:59 +00:00

9 Zeilen
139 B
Java

// pr 45663
abstract class ParserRecoveryTestPureJava
{
abstract int s(int x);
void after(int xxx x x x x) {}
void m() { return 2;}
}