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

This commit is contained in:
Yan Zhulanow
2019-03-14 15:58:16 +03:00
parent ce13982cfc
commit cce2b472bf
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() {