Files
kotlin-fork/libraries/scripting/jvm-host-test/testData/samWithReceiver/Sam.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

5 lines
67 B
Java
Vendored

@SamWithReceiver1
public interface Sam {
void run(String a);
}