blob: 700bb85ee7cf270077e1f5c6044e79fa56061b03 [file]
package test
class Z {
inline fun Double.test(a: Int, b: Long, c: () -> String): String {
return "${this}_${a}_${b}_${c()}"
}
}