| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| package test |
| |
| public final class ClassWithClassObject public constructor() { |
| public companion object { |
| public final val a: test.ClassWithClassObject.A /* compiled code */ |
| |
| public final var b: test.ClassWithClassObject.B /* compiled code */ |
| |
| public final val kotlin.Int.g: kotlin.Int /* compiled code */ |
| |
| public final fun <T, K, G> complexFun(a: T, b: K, c: G): G { /* compiled code */ } |
| |
| public final fun f(): kotlin.Unit { /* compiled code */ } |
| |
| private final fun privateFun(): kotlin.Unit { /* compiled code */ } |
| |
| public final fun kotlin.Int.f(): kotlin.Unit { /* compiled code */ } |
| } |
| |
| public final fun f(): kotlin.Unit { /* compiled code */ } |
| |
| public final class A public constructor() { |
| } |
| |
| public final class B public constructor() { |
| } |
| } |