Inline callable references
#KT-6900 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import test.*
|
||||
|
||||
fun box() : String {
|
||||
val call = call(A(11), A::calc)
|
||||
return if (call == 11) "OK" else "fail"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user