Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
superToString.kt
blob: b4ae402b7fa4b4de8e62aeb880931c2639f81ad3 [
file
] [
log
] [
blame
]
interface
A
abstract
class
Base
:
A
class
Derived
:
Base
()
{
override
fun toString
()
=
super
.
toString
()
}
// 1 INVOKESPECIAL Base.toString