Files
kotlin-fork/libraries/scripting/jvm-host-test/testData/samWithReceiver/test.samwr.kts
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
49 B
Kotlin
Vendored

val e = Exec()
e.exec {
this.substring(1)
}