// GENERATOR: SINGLE_TEMPLATE class A { fun foo() { } override fun toString(): String { return "A()" } }