[FIR][LightTree] Better expression identification

And some refactoring
Regenerate IDE parts
This commit is contained in:
Andrey Zinovyev
2021-04-19 20:20:28 +03:00
committed by TeamCityServer
parent 2f7d6da22f
commit 5fc1514104
6 changed files with 34 additions and 23 deletions
@@ -16,7 +16,7 @@ open enum class Z : Enum<Z> {
fun test() {
}
inner class A {
local inner class A {
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
@@ -36,3 +36,4 @@ open enum class Z : Enum<Z> {
fun valueOf(value: String): Z /* Synthetic body for ENUM_VALUEOF */
}