Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/contextReceivers/property.txt
T
2021-12-02 20:25:06 +03:00

18 lines
417 B
Plaintext
Vendored

@kotlin.Metadata
public interface A {
// source: 'property.kt'
public abstract method a(): int
}
@kotlin.Metadata
public interface B {
// source: 'property.kt'
public abstract method b(): int
}
@kotlin.Metadata
public final class PropertyKt {
// source: 'property.kt'
public final static method getC(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: B): int
}