Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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