[Analysis API FIR] fix member scope for enum entries without body
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
enum class E {
|
||||
A {
|
||||
val x: String = ""
|
||||
}
|
||||
}
|
||||
|
||||
// callable: test/E.A
|
||||
// DO_NOT_CHECK_SYMBOL_RESTORE
|
||||
Reference in New Issue
Block a user