Inline callable references
#KT-6900 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
inline fun call(p: Int, s: Int.(Int) -> Int): Int {
|
||||
return p.s(p)
|
||||
}
|
||||
Reference in New Issue
Block a user