// GENERATOR: SINGLE_TEMPLATE class A(val n: Int) { fun foo() { } override fun toString(): String { return "A(n=$n)" } }