blob: 66de1f0a755111f9bb52e9ec8ecac90335bb350b [file] [log] [blame]
package test
public class A {
inline public fun test(s: () -> Unit) {
s()
}
}