Return Kotlin fields and methods through KotlinShortNameCache
#KT-12205 Fixed
This commit is contained in:
committed by
Dmitry Jemerov
parent
b06bdcef75
commit
18feb8f622
@@ -0,0 +1,16 @@
|
||||
object B1 {
|
||||
@JvmField
|
||||
val foobar = ""
|
||||
|
||||
fun method1(){}
|
||||
|
||||
fun methodInBoth(){}
|
||||
}
|
||||
|
||||
object B2 {
|
||||
val barfoo = ""
|
||||
|
||||
fun method2(){}
|
||||
|
||||
fun methodInBoth(){}
|
||||
}
|
||||
Reference in New Issue
Block a user