927280f7ce
(cherry picked from commit 948a4b6)
14 lines
321 B
Plaintext
Vendored
14 lines
321 B
Plaintext
Vendored
public abstract class Simple {
|
|
private final int anotherProp
|
|
|
|
private final java.lang.String prop
|
|
|
|
protected final int getAnotherProp()
|
|
|
|
@org.jetbrains.annotations.NotNull
|
|
public abstract java.lang.String strFun(long x)
|
|
|
|
public final void voidFun()
|
|
|
|
public void <init>(java.lang.String prop)
|
|
} |