[AA] Add additional tests for declared member scopes and member scopes

^KT-61800
This commit is contained in:
Marco Pennekamp
2023-09-13 21:07:23 +02:00
committed by Space Team
parent dc689952cb
commit c2d08b9462
25 changed files with 1698 additions and 0 deletions
@@ -0,0 +1,10 @@
package test
enum class E {
A {
val x: String = ""
},
B
}
// class: test/E