Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
loadJava
/
kotlinAgainstCompiledJavaWithKotlin
/
propagationAgainstDeserializedSuperclass
/
J.java
blob: 49c9217df8974e27f430dcff432dfbd32fdf97ac [
file
] [
log
] [
blame
]
package
test
;
import
java
.
util
.
List
;
public
class
J
implements
K
{
public
String
foo
(
List
<
String
>
bar
)
{
return
""
;
}
}