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