0c951b2ed3
- class header reader for KotlinMultifileClass, KotlinMultifileClassPart - proper implClassName for multifile class members
11 lines
182 B
Kotlin
Vendored
11 lines
182 B
Kotlin
Vendored
@file:JvmName("MultifileClass")
|
|
@file:JvmMultifileClass
|
|
package test
|
|
|
|
private var i = 2
|
|
|
|
fun Int.plus(i: Int = 1) = this + i
|
|
|
|
class ShouldNotBeVisible1
|
|
interface ShouldNotBeVisible2
|