Generate delegates to multifile class members in package facade classes
(unless using -Xmultifile-package-facades option)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
import Baz
|
||||
|
||||
fun box(): String = Baz.baz()
|
||||
Reference in New Issue
Block a user