4da9a101cf
(cherry picked from commit 88f9938)
10 lines
158 B
Kotlin
Vendored
10 lines
158 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
|
|
class Foo {
|
|
<!UNNECESSARY_LATEINIT!>lateinit<!> var bar: String
|
|
|
|
constructor(baz: Int) {
|
|
bar = ""
|
|
}
|
|
}
|