725df49c8c
(cherry picked from commit f3fa779)
6 lines
123 B
Kotlin
Vendored
6 lines
123 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// ERROR: Primary constructor call expected
|
|
|
|
class WithPrimary() {
|
|
constructor<caret>(x: Int)
|
|
} |