KT-19943: Remove redundant type conversions in J2kPostProcessing
Don't remove them in converter itself
This commit is contained in:
@@ -60,7 +60,7 @@ internal class A {
|
||||
s.toUpperCase()
|
||||
s.toUpperCase(Locale.FRENCH)
|
||||
|
||||
s.toString()
|
||||
s
|
||||
s.toCharArray()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user