Files
kotlin-fork/idea/testData/intentions/convertSecondaryConstructorToPrimary/nonReachable.kt
T
2016-09-30 16:39:24 +03:00

7 lines
117 B
Kotlin
Vendored

// IS_APPLICABLE: false
class NonReachableConstructor {
constructor<caret>(x: String)
constructor(x: Int)
}