| A.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final class A public constructor() { |
| public final val valueA: kotlin.Int /* compiled code */ |
| } |
| |
| B.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final class B public constructor() { |
| public final val valueB: kotlin.Int /* compiled code */ |
| } |
| |
| ContextReceiversOnTopLevelCallablesKt.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| context(A: A, B: B) @MyAnnotation private val kotlin.Int.property: kotlin.Int /* compiled code */ |
| private final get() { /* compiled code */ } |
| |
| context(A: A, B: B) @MyAnnotation private var kotlin.Int.propertyWithSetter: kotlin.Int /* compiled code */ |
| private final get() { /* compiled code */ } |
| private final set(v: kotlin.Int) { /* compiled code */ } |
| |
| context(A: A, B: B) @MyAnnotation private fun kotlin.Int.function(): kotlin.Int { /* compiled code */ } |
| |
| MyAnnotation.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final annotation class MyAnnotation public constructor() : kotlin.Annotation { |
| } |