c7d7d903cd
Only the WithoutJavac version for now, because the other one ignores javac errors.
7 lines
116 B
Kotlin
Vendored
7 lines
116 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
package test
|
|
|
|
class Outer {
|
|
inner class Inner1
|
|
inner class Inner2(param: String)
|
|
} |