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