[tree generator] Rename AbstractImplementation.fieldsWith(out)Default

to better describe their intended usage, see also next commit.

^KT-65773 In Progress
This commit is contained in:
Wojciech Litewka
2024-02-22 12:39:19 +01:00
committed by Space Team
parent 6fadc51856
commit 288351d733
4 changed files with 8 additions and 8 deletions
@@ -72,7 +72,7 @@ internal class ImplementationPrinter(
&& !element.typeName.endsWith("AnnotationsContainer")
}.orEmpty()
val customCalls = fieldsWithoutDefault.filter { it.customInitializationCall != null }
val customCalls = fieldsInConstructor.filter { it.customInitializationCall != null }
if (bindingCalls.isNotEmpty() || customCalls.isNotEmpty()) {
println()
println("init {")