Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
kotlinAgainstCompiledJavaWithKotlin
/
propagationAgainstDeserializedSuperclass
/
K.kt
blob: 9e966981ce53b8cee4d02e97e545cf4706ea7380 [
file
]
package
test
interface
K
{
public
fun foo
(
l
:
MutableList
<
String
>):
String
}