dae414854d
Check against output.txt in compileKotlin; adapt test data of some tests
9 lines
96 B
Kotlin
Vendored
9 lines
96 B
Kotlin
Vendored
package test
|
|
|
|
public class A {
|
|
|
|
inline public fun test(s: () -> Unit) {
|
|
s()
|
|
}
|
|
|
|
} |