UNNECESSARY_LATEINIT warning introduced #KT-13295 Fixed
(cherry picked from commit 88f9938)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b0ed6adce3
commit
4da9a101cf
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
<!UNNECESSARY_LATEINIT!>lateinit<!> var bar: String
|
||||
|
||||
init {
|
||||
bar = ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user