Supported navigation to source of named object and its members.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[public object NamedObject {
|
||||
[[public object NamedObject {
|
||||
[public final val objectMember : jet.Int] /* compiled code */
|
||||
}]
|
||||
}]]
|
||||
@@ -0,0 +1,7 @@
|
||||
import testData.libraries.*
|
||||
|
||||
val x = NamedObject.objectMember
|
||||
|
||||
// main.kt
|
||||
//public object <1>NamedObject {
|
||||
// public val <2>objectMember: Int = 1
|
||||
Reference in New Issue
Block a user