FIR: don't call toString() inside string concatenations
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class Flaf {
|
||||
var result: Flaf? = <this>.<get-INSTANCES>().get(key = javaName)
|
||||
when {
|
||||
EQEQ(arg0 = result, arg1 = null) -> { // BLOCK
|
||||
result = <this>.<get-INSTANCES>().get(key = javaName.toString() + "_alternative")
|
||||
result = <this>.<get-INSTANCES>().get(key = javaName + "_alternative")
|
||||
when {
|
||||
EQEQ(arg0 = result, arg1 = null) -> { // BLOCK
|
||||
result = Flaf(javaName = javaName)
|
||||
|
||||
Reference in New Issue
Block a user