| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| package test |
| |
| public final class NestedClasses<TOuter> public constructor() { |
| public final val c: kotlin.Int /* compiled code */ |
| |
| public final fun f(): kotlin.Unit { /* compiled code */ } |
| |
| private final class Nested<TN> public constructor() { |
| public final val c: kotlin.Int /* compiled code */ |
| |
| public final fun f(p1: TN): kotlin.Unit { /* compiled code */ } |
| |
| public final class NN<TNN> public constructor() { |
| public final val c: kotlin.Int /* compiled code */ |
| |
| public final fun f(p1: TNN): kotlin.Unit { /* compiled code */ } |
| } |
| |
| public final inner class NI<TNI : TN> public constructor() { |
| public final fun f(p1: TN, p2: TNI): kotlin.Unit { /* compiled code */ } |
| } |
| } |
| |
| public final inner class Inner<TI : TOuter> public constructor() { |
| public final fun f(p1: TI): kotlin.Unit { /* compiled code */ } |
| |
| private final inner class II<TII> public constructor() { |
| public final fun f(p1: TII, p2: test.NestedClasses<TOuter>.Inner<TI>.II<test.NestedClasses<TOuter>>, p3: TOuter): kotlin.Unit { /* compiled code */ } |
| } |
| } |
| } |