Files
kotlin-fork/libraries/scripting/jvm-host-test/testData/samWithReceiver/SamWithReceiver1.java
T
Ilya Chernikov 08b77bc916 Implement tests to sam-with-receiver support in new scripting API
plus minor tests refactoring
2019-10-19 11:22:55 +03:00

6 lines
159 B
Java
Vendored

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface SamWithReceiver1 {
}