Преглед на файлове

moved to 163

tags/V1_6_3rc1
aclement преди 15 години
родител
ревизия
aa557a28af
променени са 2 файла, в които са добавени 0 реда и са изтрити 13 реда
  1. 0
    7
      tests/bugs161/pr173978/Test.java
  2. 0
    6
      tests/bugs161/pr173978/TestAroundAspect.java

+ 0
- 7
tests/bugs161/pr173978/Test.java Целия файл

@@ -1,7 +0,0 @@
public class Test{
public void sayHello(String message){
System.out.println(message);
}
}



+ 0
- 6
tests/bugs161/pr173978/TestAroundAspect.java Целия файл

@@ -1,6 +0,0 @@
public aspect TestAroundAspect{
void around(): execution(void Test.sayHello(String)){
proceed();
}
}


Loading…
Отказ
Запис