package test val TOP_LEVEL = 5 enum class MyEnum(value: Int) { VALUE(TOP_LEVEL) } // REF: (test).TOP_LEVEL