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