[FIR] Handle default parameters when checking callable reference type
#KT-36759 Fixed
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +NewInference +FunctionReferenceWithDefaultValueAsOtherType
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
inline fun String.app(f: (String) -> String) = f(this)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user