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

6 lines
123 B
Kotlin
Vendored

// IS_APPLICABLE: false
// ERROR: Primary constructor call expected
class WithPrimary() {
constructor<caret>(x: Int)
}