ソースを参照

renamed "declare dominates" to "declare precedence"

tags/V_1_1_b5
jhugunin 21年前
コミット
f1de2b647b
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      tests/new/options11/Aspect.java

+ 1
- 1
tests/new/options11/Aspect.java ファイルの表示

@@ -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;

読み込み中…
キャンセル
保存