Files
kotlin-fork/idea/testData/intentions/addValOrVar/secondaryConstructorParameter.kt
T
2015-12-25 18:50:55 +03:00

4 lines
76 B
Kotlin
Vendored

// IS_APPLICABLE: false
class Foo {
constructor(<caret>x: Int, y: Int)
}