12 lines
587 B
Plaintext
Vendored
12 lines
587 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public class Test {
|
|
private field internalProperty: java.lang.String
|
|
private field protectedProperty: java.lang.String
|
|
private field publicProperty: java.lang.String
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getInternalProperty$test_module(): java.lang.String
|
|
protected final @org.jetbrains.annotations.NotNull method getProtectedProperty(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getPublicProperty(): java.lang.String
|
|
public final method update(p0: int): void
|
|
}
|