Explorar el Código

renamed "declare dominates" to "declare precedence"

tags/V_1_1_b5
jhugunin hace 21 años
padre
commit
f1de2b647b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      tests/new/options11/Aspect.java

+ 1
- 1
tests/new/options11/Aspect.java Ver fichero

@@ -21,7 +21,7 @@ aspect AnotherAspect extends Library2 {
class Testing {
static aspect Init {
declare dominates : Init, Library1, AnotherAspect;
declare precedence : Init, Library1, AnotherAspect;
before() : AnotherAspect.targetJoinPoints() {
Main.i = 1;

Cargando…
Cancelar
Guardar