Kapt: Generate constant value initializers for mutable properties (KT-30164)
This commit is contained in:
@@ -101,7 +101,7 @@ import java.lang.System;
|
||||
public final class TestAnno2 {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@Anno3(value = "field")
|
||||
private java.lang.String b;
|
||||
private java.lang.String b = "property initializer";
|
||||
|
||||
@Anno1()
|
||||
public final void a(@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user