[SLC] fix modality for methods and property accessors
^KTIJ-23783
This commit is contained in:
committed by
Space Team
parent
00ab33bbf9
commit
7bfa900ce6
+1
-1
@@ -1,6 +1,6 @@
|
||||
public final class C /* C*/ implements Base {
|
||||
@java.lang.Override()
|
||||
public void foo();// foo()
|
||||
public final void foo();// foo()
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user