Adjust various testData to remove/charAt transformation

This commit is contained in:
Denis Zharkov
2015-10-11 12:40:39 +03:00
parent 6d864e0854
commit a76a8fcc3f
20 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// KT-5956 java.lang.AbstractMethodError: test.Thing.subSequence(II)Ljava/lang/CharSequence
class Thing(val delegate: CharSequence) : CharSequence {
override fun charAt(index: Int): Char {
override fun get(index: Int): Char {
throw UnsupportedOperationException()
}
override fun length(): Int = 0