mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
8 lines
126 B
Kotlin
Vendored
8 lines
126 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
package test
|
|
|
|
class Outer<T> {
|
|
inner class Inner(list: List<T>)
|
|
|
|
inner class InnerSimple()
|
|
} |