blob: 0c18fb3f27544dec6f02a30742792759ca404542 [file]
package test
val TOP_LEVEL = 5
enum class MyEnum(value: Int) {
VALUE(<caret>TOP_LEVEL)
}
// REF: (test).TOP_LEVEL