1
0
espelhamento de https://github.com/eclipse-aspectj/aspectj.git sincronizado 2024-08-26 05:57:44 +02:00
org.aspectj/tests/bugs/CtorITD.aj
aclement be37b08745 Test for Bugzilla Bug 59440
NPE when binary weaving a ctor ITD.
2004-04-23 13:17:43 +00:00

4 linhas
46 B
Plaintext

aspect CtorITD {
private A.new(B b) {}
}