[ULC] Better support for UL MultifileFacade classes

This commit is contained in:
Igor Yakovlev
2020-05-20 23:44:39 +03:00
parent bc12fb0d6b
commit 025e2f2fe9
3 changed files with 33 additions and 19 deletions

View File

@@ -1,4 +1,8 @@
@file:JvmMultifileClass
@file:JvmName("multifileFacade")
fun foo() = 42
fun foo() = 42
val x = 24
private fun privateFoo(): Int = 3

View File

@@ -1,4 +1,6 @@
@file:JvmMultifileClass
@file:JvmName("multifileFacade")
fun bar() = 24
fun bar() = 24
val y = 24