mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
- Interner was working incorrectly with parents - nested classes were serialized in codegen out of any context #KT-5660 Fixed
16 lines
503 B
Plaintext
16 lines
503 B
Plaintext
package test
|
|
|
|
internal final class MembersReferenceOuterTP</*0*/ P> {
|
|
/*primary*/ public constructor MembersReferenceOuterTP</*0*/ P>()
|
|
|
|
internal final inner class Inner {
|
|
/*primary*/ public constructor Inner()
|
|
internal final val v: P
|
|
internal final fun <get-v>(): P
|
|
internal final val </*0*/ Q : P> w: Q
|
|
internal final fun <get-w>(): Q
|
|
internal final fun </*0*/ Q : P> f(): kotlin.Unit
|
|
internal final fun g(/*0*/ p: P): P
|
|
}
|
|
}
|