c7d7d903cd
Only the WithoutJavac version for now, because the other one ignores javac errors.
8 lines
149 B
Kotlin
Vendored
8 lines
149 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
package test
|
|
|
|
class Outer {
|
|
inner class InnerGeneric(param: List<String>)
|
|
|
|
inner class InnerPrimitive(param: Int)
|
|
} |