Supported navigation to decompiled named object and its members.

This commit is contained in:
Evgeny Gerashchenko
2012-12-28 21:03:47 +04:00
parent 859ef8432e
commit e16ff27e57
6 changed files with 42 additions and 11 deletions
@@ -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 */
}]
+4
View File
@@ -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)