Files
kotlin-fork/idea/testData/refactoring/extractFunction/basic/selectedConstructor.kt
T
2018-06-19 12:22:40 +03:00

4 lines
74 B
Kotlin
Vendored

// SIBLING:
class Foo {
<selection>constructor(bar: Int)</selection>
}