Check class source in bytecode listing tests
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class AllOpen
|
||||
public annotation class AllOpen {
|
||||
// source: 'alreadyOpen.kt'
|
||||
}
|
||||
|
||||
@AllOpen
|
||||
@kotlin.Metadata
|
||||
public class Test1 {
|
||||
// source: 'alreadyOpen.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@AllOpen
|
||||
@kotlin.Metadata
|
||||
public class Test2 {
|
||||
// source: 'alreadyOpen.kt'
|
||||
private final @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
@@ -20,6 +24,7 @@ public class Test2 {
|
||||
@AllOpen
|
||||
@kotlin.Metadata
|
||||
public class Test3 {
|
||||
// source: 'alreadyOpen.kt'
|
||||
private final @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user