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

6 lines
60 B
Kotlin
Vendored

// NOT_APPLICABLE
object A {<caret>
fun foo() {
}
}