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
@@ -0,0 +1,3 @@
|
||||
// WITH_RUNTIME
|
||||
val foo = ""
|
||||
val bar = foo.toString()<caret>
|
||||
Reference in New Issue
Block a user