5fb79259f7
(cherry picked from commit 45d82f1)
9 lines
137 B
Kotlin
Vendored
9 lines
137 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Foo() {
|
|
<caret>lateinit var bar: String
|
|
|
|
constructor(baz: Int) : this() {
|
|
bar = ""
|
|
}
|
|
} |