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