Add inspection/intention for redundant calls of conversion methods #KT-10871 Fixed
Also #KT-12625 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a5d6559056
commit
a1f1716044
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
val foo: String? = null
|
||||
foo?.toString()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user