Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
defaultArguments
/
inheritedInterfaceFunction.kt
blob: f4fceda55050045bc24cb00e1c893b97c753e9bf [
file
] [
log
] [
blame
]
// FILE: I.kt
interface
I
{
fun foo
(
x
:
String
=
"OK"
):
String
=
x
}
// FILE: J.kt
interface
J
:
I
// @I$DefaultImpls.class:
// 1 foo\$default
// @J$DefaultImpls.class:
// 0 foo\$default