[Tests] Add bytecodeListing tests

This commit is contained in:
Anastasiya Shadrina
2021-10-18 19:11:21 +07:00
committed by TeamCityServer
parent f05ca5be33
commit 6cd50bc438
18 changed files with 409 additions and 0 deletions
@@ -0,0 +1,17 @@
@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
}