Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/contextReceivers/property.txt
T
2021-12-02 20:24:26 +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: B, @org.jetbrains.annotations.NotNull p1: A): int
}