[FIR] Add RedundantCallOfConversionMethod checker
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
data class Foo(val name: String)
|
||||
|
||||
fun nullable2(foo: Foo?) {
|
||||
val s: String = foo?.name.toString()
|
||||
}
|
||||
Reference in New Issue
Block a user