[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// !LANGUAGE: +InnerClassInEnumEntryClass
|
||||
|
||||
enum class A {
|
||||
X {
|
||||
val x = 1
|
||||
fun foo() {}
|
||||
|
||||
inner class Inner {
|
||||
val y = x
|
||||
fun bar() = foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user