[Lombok] Make visibility of fields of @Value classes private by default (K2)

^KT-51092 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-02-07 16:08:38 +02:00
committed by Space Team
parent ff4c5c1d03
commit ea73cde5fb
4 changed files with 100 additions and 1 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_K2: JVM_IR
// ISSUE: KT-51092
// FILE: MyValue.java
import lombok.Value;