Fixed error with wrong parameter size calculation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
inline fun Double.test(a: Int, b: Long, crossinline c: () -> String): String {
|
||||
|
||||
return { "${this}_${a}_${b}_${c()}"} ()
|
||||
}
|
||||
Reference in New Issue
Block a user