Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
builtinFunctions
/
charSequence.kt
blob: 5a2cd850bf4d7547538b4bd7e9f5adc759cc9428 [
file
]
abstract
class
A1
:
CharSequence
{}
abstract
class
A2
:
CharSequence
{
override
fun
get
(
index
:
Int
)
=
'z'
;
}
// 2 public final bridge charAt