KT-19943: Remove redundant type conversions in J2kPostProcessing

Don't remove them in converter itself
This commit is contained in:
Simon Ogorodnik
2017-11-13 15:06:28 +03:00
parent 083c3d8a5d
commit 0560ba7929
5 changed files with 4 additions and 17 deletions
@@ -60,7 +60,7 @@ internal class A {
s.toUpperCase()
s.toUpperCase(Locale.FRENCH)
s.toString()
s
s.toCharArray()
}