[FIR] Add RedundantCallOfConversionMethod checker
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
// WITH_RUNTIME
|
||||
val foo = ""
|
||||
val bar = foo.<!REDUNDANT_CALL_OF_CONVERSION_METHOD!>toString()<!>
|
||||
Reference in New Issue
Block a user