Multifile facade should contain reflection data,
otherwise callable references to stdlib functions will not work in the migration scheme.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun doStuff(fn: String.() -> String) = "ok".fn()
|
||||
|
||||
fun box(): String {
|
||||
return doStuff(String::toUpperCase)
|
||||
}
|
||||
Reference in New Issue
Block a user