Browse Source

moved to 163

tags/V1_6_3rc1
aclement 15 years ago
parent
commit
aa557a28af
2 changed files with 0 additions and 13 deletions
  1. 0
    7
      tests/bugs161/pr173978/Test.java
  2. 0
    6
      tests/bugs161/pr173978/TestAroundAspect.java

+ 0
- 7
tests/bugs161/pr173978/Test.java View File

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



+ 0
- 6
tests/bugs161/pr173978/TestAroundAspect.java View File

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


Loading…
Cancel
Save