af5f76048b
Now more diff between sources and libraries are readable. Also prefer .descriptors to .fir as FIR is a first-class support ^KT-62892
55 lines
1.3 KiB
Java
Vendored
55 lines
1.3 KiB
Java
Vendored
public final class A /* A*/ {
|
|
@kotlin.jvm.JvmField()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.util.Collection<?> a;
|
|
|
|
@kotlin.jvm.JvmField()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.util.Collection<?> c;
|
|
|
|
@kotlin.jvm.JvmField()
|
|
public int b = 1 /* initializer type: int */;
|
|
|
|
@kotlin.jvm.JvmField()
|
|
public static int d = 1 /* initializer type: int */;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final A.Companion Companion;
|
|
|
|
public A();// .ctor()
|
|
|
|
class Companion ...
|
|
}
|
|
|
|
public static final class Companion /* A.Companion*/ {
|
|
private Companion();// .ctor()
|
|
}
|
|
|
|
public abstract interface B /* B*/ {
|
|
@kotlin.jvm.JvmField()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.util.Collection<?> a;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final B.Companion Companion;
|
|
|
|
class Companion ...
|
|
}
|
|
|
|
public static final class Companion /* B.Companion*/ {
|
|
private Companion();// .ctor()
|
|
}
|
|
|
|
public final class C /* C*/ {
|
|
@kotlin.jvm.JvmField()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final java.util.Collection<?> a;
|
|
|
|
@kotlin.jvm.JvmField()
|
|
public int b = 1 /* initializer type: int */;
|
|
|
|
public C();// .ctor()
|
|
|
|
public C(@org.jetbrains.annotations.NotNull() java.util.Collection<?>, int);// .ctor(java.util.Collection<?>, int)
|
|
}
|