Kapt: Generate constant value initializers for mutable properties (KT-30164, KT-29355)

This commit is contained in:
Yan Zhulanow
2019-03-14 15:58:16 +03:00
parent 9edd4554a9
commit 6bf15b6d37
7 changed files with 168 additions and 5 deletions
@@ -31,7 +31,7 @@ public final class Modifiers {
@org.jetbrains.annotations.NotNull()
private final transient java.lang.String transientField = "";
@org.jetbrains.annotations.NotNull()
private volatile java.lang.String volatileField;
private volatile java.lang.String volatileField = "";
@org.jetbrains.annotations.NotNull()
public final java.lang.String getTransientField() {