| 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 */ |
| } |
| |
| ContextReceiversOnClass.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| context(A, B) @MyAnnotation private open class ContextReceiversOnClass public constructor() { |
| } |
| |
| 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 { |
| } |