[AA LC] Make top-level functions static final
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
public final class Derived /* Derived*/ implements Base {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.String baz(@org.jetbrains.annotations.NotNull() java.lang.String);// baz(java.lang.String)
|
||||
|
||||
public Derived(@org.jetbrains.annotations.NotNull() Base);// .ctor(Base)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user