mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
- Interner was working incorrectly with parents - nested classes were serialized in codegen out of any context #KT-5660 Fixed
6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
package test
|
|
|
|
class InnerClassReferencesOuterTP<P> {
|
|
inner class Inner<Q : P>
|
|
}
|