Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
checkcast
/
noCheckcastOnSuper.kt
blob: 71238a753a9f03aeaddcef38e0c62f6e49bf3ffb [
file
]
interface
Tr
{
fun extra
():
String
=
"e"
}
class
N
:
Tr
{
override
fun extra
():
String
=
super
.
extra
()
}
// 0 CHECKCAST