Files
kotlin/compiler/testData/codegen/bytecodeText/builtinFunctions/charSequence.kt
Denis Zharkov 89ded4ab1d Implement hack to support both remove() and removeAt() in MutableList<Int>
Also add couple of tests about CharSequence.get
2015-10-11 19:57:22 +03:00

7 lines
146 B
Kotlin
Vendored

abstract class A1 : CharSequence {}
abstract class A2 : CharSequence {
override fun get(index: Int) = 'z';
}
// 2 public final bridge charAt