Procházet zdrojové kódy

fixes bug in test case caught by improved error messages in compiler

tags/V1_5_0M3
acolyer před 19 roky
rodič
revize
80e8217154

+ 1
- 1
tests/java5/generics/pointcuts/GenericDeclaringTypeWithParameterErasure.aj Zobrazit soubor

@@ -12,7 +12,7 @@ public aspect GenericDeclaringTypeWithParameterErasure {
}
declare warning :
execution<N>(* GenericInterface<N>.asInt(Number)) :
execution<N>(* GenericInterface<N extends Number>.asInt(Number)) :
"execution<N>(* GenericInterface<N>.asInt(Number))";
}

Načítá se…
Zrušit
Uložit