mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[ULC] Better support for UL MultifileFacade classes
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
@file:JvmMultifileClass
|
||||
@file:JvmName("multifileFacade")
|
||||
|
||||
fun foo() = 42
|
||||
fun foo() = 42
|
||||
|
||||
val x = 24
|
||||
|
||||
private fun privateFoo(): Int = 3
|
||||
@@ -1,4 +1,6 @@
|
||||
@file:JvmMultifileClass
|
||||
@file:JvmName("multifileFacade")
|
||||
|
||||
fun bar() = 24
|
||||
fun bar() = 24
|
||||
|
||||
val y = 24
|
||||
Reference in New Issue
Block a user