KT-59325 [SLC] Fix generation of fields from companion objects

This commit is contained in:
Pavel Mikhailovskii
2023-06-22 14:48:12 +00:00
committed by Space Team
parent 190d49a1e0
commit 9f763deea1
4 changed files with 13 additions and 20 deletions
@@ -1,10 +1,4 @@
public final class C /* C*/ {
@org.jetbrains.annotations.NotNull()
private static java.lang.String c1;
@org.jetbrains.annotations.NotNull()
private static java.lang.String c;
@org.jetbrains.annotations.NotNull()
private static java.lang.String x = "" /* initializer type: java.lang.String */;