Implement tests to sam-with-receiver support in new scripting API
plus minor tests refactoring
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface SamWithReceiver1 {
|
||||
}
|
||||
Reference in New Issue
Block a user