[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:
committed by
Space Team
parent
6fadc51856
commit
288351d733
+1
-1
@@ -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 {")
|
||||
|
||||
Reference in New Issue
Block a user