[FIR generator] Remove redundant full qualifier in generated builders
This commit is contained in:
committed by
Space Team
parent
5edfd6af0f
commit
d7710b8e8d
+1
-1
@@ -308,7 +308,7 @@ private fun SmartPrinter.printDslBuildCopyFunction(
|
||||
withIndent {
|
||||
println("contract {")
|
||||
withIndent {
|
||||
println("callsInPlace(init, kotlin.contracts.InvocationKind.EXACTLY_ONCE)")
|
||||
println("callsInPlace(init, InvocationKind.EXACTLY_ONCE)")
|
||||
}
|
||||
println("}")
|
||||
println("val copyBuilder = $builderType()")
|
||||
|
||||
Reference in New Issue
Block a user