e6d76a9b71
(cherry picked from commit 41cf868) #KT-12627 Fixed
5 lines
121 B
Kotlin
Vendored
5 lines
121 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for secondary constructor of C" "true"
|
|
|
|
class C {
|
|
constructor(s: String?<caret>?)
|
|
} |