725df49c8c
(cherry picked from commit f3fa779)
7 lines
117 B
Kotlin
Vendored
7 lines
117 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class NonReachableConstructor {
|
|
constructor<caret>(x: String)
|
|
|
|
constructor(x: Int)
|
|
} |