Check class source in bytecode listing tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user