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