[SLC] fix modality for methods and property accessors

^KTIJ-23783
This commit is contained in:
Dmitrii Gridin
2022-12-01 12:16:31 +01:00
committed by Space Team
parent 00ab33bbf9
commit 7bfa900ce6
24 changed files with 62 additions and 64 deletions
@@ -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()
}