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