Jiaxiang
07/26/2021, 7:51 PMtatocaster
07/27/2021, 7:05 AMA.kt
needs to be changed - add
.withD(hello)
at the end of the builder statements
and in
AClass.kt
It would be wise if you change
existing statement to
val p = "$a, $b, $c, ${d.foo()}"
hence the last part d.foo
Ting-Yuan Huang
07/28/2021, 9:59 PM