968dfddbc9
- remove obsolete `IGNORE_BACKEND: JVM` directives - move contents of .ir.txt files to the corresponding .txt
25 lines
1.1 KiB
Plaintext
Vendored
25 lines
1.1 KiB
Plaintext
Vendored
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@kotlin.Metadata
|
|
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 @org.jetbrains.annotations.NotNull field privateProp: java.lang.String
|
|
private final @org.jetbrains.annotations.NotNull field protectedProp: java.lang.String
|
|
private final @org.jetbrains.annotations.NotNull field publicProp: java.lang.String
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method getInternalProp$main(): java.lang.String
|
|
protected @org.jetbrains.annotations.NotNull method getProtectedProp(): java.lang.String
|
|
public @org.jetbrains.annotations.NotNull method getPublicProp(): java.lang.String
|
|
public method internalMethod$main(): void
|
|
private method privateMethod(): void
|
|
private method privateTailrecMethod(): void
|
|
protected method protectedMethod(): void
|
|
public method publicMethod(): void
|
|
}
|