Check class source in bytecode listing tests

This commit is contained in:
Dmitry Petrov
2020-07-24 14:56:01 +03:00
parent b47946cbba
commit 89a0b3e944
162 changed files with 929 additions and 103 deletions
@@ -1,10 +1,13 @@
@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class NoArg
public annotation class NoArg {
// source: 'simple.kt'
}
@NoArg
@kotlin.Metadata
public final class Test {
// source: 'simple.kt'
public method <init>(): void
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
}