af5f76048b
Now more diff between sources and libraries are readable. Also prefer .descriptors to .fir as FIR is a first-class support ^KT-62892
36 lines
1.0 KiB
Java
Vendored
36 lines
1.0 KiB
Java
Vendored
public final class MyClass /* MyClass*/ {
|
|
@org.jetbrains.annotations.NotNull()
|
|
private static java.lang.String prop2 = "" /* initializer type: java.lang.String */;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final MyClass.Companion Companion;
|
|
|
|
private static int prop = 4 /* initializer type: int */;
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String getProp2();// getProp2()
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public static final void setProp(int);// setProp(int)
|
|
|
|
public MyClass();// .ctor()
|
|
|
|
class Companion ...
|
|
}
|
|
|
|
public static final class Companion /* MyClass.Companion*/ {
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.lang.String getProp2();// getProp2()
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
public final void setProp(int);// setProp(int)
|
|
|
|
private Companion();// .ctor()
|
|
|
|
public final int getProp();// getProp()
|
|
|
|
public final void setProp2(@org.jetbrains.annotations.NotNull() java.lang.String);// setProp2(java.lang.String)
|
|
}
|