13 lines
324 B
Plaintext
Vendored
13 lines
324 B
Plaintext
Vendored
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class AllOpen
|
|
|
|
@AllOpen
|
|
@kotlin.Metadata
|
|
public class Test {
|
|
private final field prop: java.lang.String
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
|
public method method(): void
|
|
}
|