3ba776fffa
#KT-11176 Fixed (cherry picked from commit 3641ad6)
10 lines
153 B
Plaintext
Vendored
10 lines
153 B
Plaintext
Vendored
// GENERATOR: SINGLE_TEMPLATE
|
|
class A(val n: Int) {
|
|
fun foo() {
|
|
|
|
}
|
|
|
|
<caret>override fun toString(): String {
|
|
return "A(n=$n)"
|
|
}
|
|
} |