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

4 lines
48 B
Java
Vendored

public class Exec {
void exec(Sam sam) {}
}