Files
kotlin-fork/idea/testData/copyPaste/conversion/SeveralMethodsSample.to.kt
T
Pavel V. Talanov 1464d1f7ad Conversion on copy paste:
Introduce tests for conversion on copy paste
Don't insert additional end of line after each converted element (not needed since converter takes care of formatting)
Add test for some of the trivial cases of conversion on copy paste
2013-12-22 16:50:01 +04:00

5 lines
52 B
Kotlin
Vendored

class A {
fun someOther() = false
<caret>
}