829cd95469
#KT-4770 fixed
7 lines
123 B
Kotlin
Vendored
7 lines
123 B
Kotlin
Vendored
package test
|
|
|
|
class Outer {
|
|
inner class InnerGeneric(param: List<String>)
|
|
|
|
inner class InnerPrimitive(param: Int)
|
|
} |