[SLC] AbstractSymbolLightClassesByPsiTest: add more stable order
Now more diff between sources and libraries are readable. Also prefer .descriptors to .fir as FIR is a first-class support ^KT-62892
This commit is contained in:
committed by
Space Team
parent
d64f18eaa9
commit
af5f76048b
+3
-3
@@ -1,10 +1,10 @@
|
||||
public final class FunsPropsAndFields /* FunsPropsAndFields*/ extends kotlin.script.templates.standard.ScriptTemplateWithArgs {
|
||||
@kotlin.jvm.JvmField()
|
||||
public final int testField;
|
||||
public final int testField = 42 /* initializer type: int */;
|
||||
|
||||
private final int testPropVal;
|
||||
private final int testPropVal = 42 /* initializer type: int */;
|
||||
|
||||
private int testPropVar;
|
||||
private int testPropVar = 42 /* initializer type: int */;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String testFun(int);// testFun(int)
|
||||
|
||||
Reference in New Issue
Block a user