[Analysis API FIR] fix member scope for enum entries without body

This commit is contained in:
Ilya Kirillov
2022-06-24 13:53:01 +02:00
committed by teamcity
parent 47beef16f3
commit 89ff1f0c0b
11 changed files with 375 additions and 5 deletions
@@ -0,0 +1,10 @@
package test
enum class E {
A {
val x: String = ""
}
}
// callable: test/E.A
// DO_NOT_CHECK_SYMBOL_RESTORE