mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-13 15:52:11 +00:00
6 lines
154 B
Kotlin
6 lines
154 B
Kotlin
package test
|
|
|
|
public open class InnerClassReferencesOuterTP<P>() : java.lang.Object() {
|
|
public open inner class Inner<Q : P>() : java.lang.Object()
|
|
}
|