| 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 x: 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() { |
| } |
| |
| ContextParametersOnCallableMembers.class: |
| // IntelliJ API Decompiler stub source generated from a class file |
| // Implementation of methods is not available |
| |
| public final class ContextParametersOnCallableMembers public constructor() { |
| context(a: A, _: B) @MyAnnotation public final val kotlin.Int.property: kotlin.Int /* compiled code */ |
| public final get() { /* compiled code */ } |
| |
| context(a: A, _: B) @MyAnnotation public final var kotlin.Int.propertyWithSetter: kotlin.Int /* compiled code */ |
| public final get() { /* compiled code */ } |
| public final set(v: kotlin.Int) { /* compiled code */ } |
| |
| context(a: A, _: B) @MyAnnotation public final 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 { |
| } |