Supported navigation to decompiled named object and its members.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[public object NamedObject {
|
||||
[public final val objectMember : jet.Int] /* compiled code */
|
||||
}]
|
||||
@@ -29,6 +29,10 @@ public class WithTraitClassObject {
|
||||
public abstract class AbstractClass {
|
||||
}
|
||||
|
||||
public object NamedObject {
|
||||
public val objectMember: Int = 1
|
||||
}
|
||||
|
||||
public enum class Color(val rgb : Int) {
|
||||
RED : Color(0xFF0000)
|
||||
GREEN : Color(0x00FF00)
|
||||
|
||||
Reference in New Issue
Block a user