Files
kotlin/idea/testData/codeInsight/generate/toString/singleTemplate/singleVar.kt
Alexey Sedunov 618f9f62f6 Code Insight: "Generate toString" action
#KT-10309 Fixed
2016-01-22 15:50:19 +03:00

6 lines
83 B
Kotlin
Vendored

// GENERATOR: SINGLE_TEMPLATE
class A(val n: Int) {<caret>
fun foo() {
}
}