Intention / inspection for unnecessary lateinit #KT-13011 Fixed
(cherry picked from commit 45d82f1)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
d868410093
commit
5fb79259f7
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
class Foo() {
|
||||
<caret>lateinit var bar: String
|
||||
|
||||
constructor(baz: Int) : this() {
|
||||
bar = ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user