Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
compiler
/
testData
/
loadJava
/
kotlinAgainstCompiledJavaWithKotlin
/
InheritParameterName.kt
blob: 1947a46a0aacde3c4f5c12665cbe01b5e3770d08 [
file
]
package
test
interface
B
{
fun foo
(
kotlinName
:
Int
)
}
abstract
class
ZAB
:
A
,
B
abstract
class
ZBA
:
B
,
A