blob: f10e381c397baf5a5cf582329af5b4b51d66ca58 [file]
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 */
}
ContextReceiversCallableMembers.class:
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
private open class ContextReceiversCallableMembers public constructor() {
context(A: A, B: B) @MyAnnotation private final val kotlin.Int.property: kotlin.Int /* compiled code */
private final get() { /* compiled code */ }
context(A: A, B: B) @MyAnnotation private final 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 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 {
}