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