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 AllOpen
|
||||
public annotation class AllOpen {
|
||||
// source: 'privateMembers.kt'
|
||||
}
|
||||
|
||||
@AllOpen
|
||||
@kotlin.Metadata
|
||||
class Test {
|
||||
// source: 'privateMembers.kt'
|
||||
private final @org.jetbrains.annotations.NotNull field internalProp: java.lang.String
|
||||
private final field privateProp: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field protectedProp: java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user