Sfoglia il codice sorgente

Test for Bugzilla Bug 59440

   NPE when binary weaving a ctor ITD.
tags/Root_ajdt_support
aclement 20 anni fa
parent
commit
be37b08745
2 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 8
    0
      tests/ajcTests.xml
  2. 3
    0
      tests/bugs/CtorITD.aj

+ 8
- 0
tests/ajcTests.xml Vedi File

@@ -7657,5 +7657,13 @@
</compile>
</ajc-test>
<ajc-test dir="bugs"
pr="59440"
title="NPE when binary weaving a ctor ITD">
<compile files="CtorITD.aj">
<message kind="error" line="2"/>
</compile>
</ajc-test>
</suite>

+ 3
- 0
tests/bugs/CtorITD.aj Vedi File

@@ -0,0 +1,3 @@
aspect CtorITD {
private A.new(B b) {}
}

Loading…
Annulla
Salva