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

This reverts commit cce2b472
This commit is contained in:
Yan Zhulanow
2019-03-22 03:59:45 +03:00
parent 9aa6a10aff
commit 49d94f72d2
7 changed files with 5 additions and 168 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() {