Remove unnecessary lateinit intention / inspection removed (supported in compiler CFA instead)
(cherry picked from commit e17f222)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
67cc83af05
commit
4522d2c7da
-7
@@ -1,7 +0,0 @@
|
||||
class My {
|
||||
var x: String
|
||||
|
||||
init {
|
||||
x = "My"
|
||||
}
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
class My {
|
||||
lateinit var x: String
|
||||
|
||||
init {
|
||||
x = "My"
|
||||
}
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes unnecessary lateinit modifiers.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user