[SLC] implement lazy calculation for modifiers

and fix some annotations

^KTIJ-23783 Fixed
This commit is contained in:
Dmitrii Gridin
2022-12-01 19:44:09 +01:00
committed by Space Team
parent e2082fb0d7
commit 856d272ca4
31 changed files with 516 additions and 241 deletions
@@ -3,12 +3,6 @@ public final class X /* X*/ {
private int w = 1 /* initializer type: int */;
@kotlin.jvm.JvmSynthetic()
public final int getV();// getV()
@kotlin.jvm.JvmSynthetic()
public final void setW(int);// setW(int)
public X();// .ctor()
public final int getW();// getW()