b50d2ff20a
This reverts commit f0760e0550.
The reason is that it leads to KT-53202.
17 lines
420 B
Java
Vendored
17 lines
420 B
Java
Vendored
public final class C /* C*/ {
|
|
@kotlin.jvm.JvmField()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final java.lang.String foo;
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final C.Companion Companion;
|
|
|
|
private static final java.lang.String foo$lambda$0();// foo$lambda$0()
|
|
|
|
public C();// .ctor()
|
|
|
|
|
|
public static final class Companion /* C.Companion*/ {
|
|
private Companion();// .ctor()
|
|
|
|
}} |