[SLC] fix modality for methods and property accessors
^KTIJ-23783
This commit is contained in:
committed by
Space Team
parent
00ab33bbf9
commit
7bfa900ce6
+2
-2
@@ -1,8 +1,8 @@
|
||||
public final class C /* p.C*/ {
|
||||
public C();// .ctor()
|
||||
|
||||
public int af();// af()
|
||||
public final int af();// af()
|
||||
|
||||
public int getAp();// getAp()
|
||||
public final int getAp();// getAp()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user