Fixed testdata to have the same package/file structure, otherwise it
will not work with Java 9.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@file:JvmName("MultiFileFacadeClass")
|
||||
@file:JvmMultifileClass
|
||||
package facades
|
||||
|
||||
public fun funInFacade(): String = "1"
|
||||
Reference in New Issue
Block a user