Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
sam
/
kt4753.java
blob: a8989e7017ff5b417b332ca45c8fbdbab1ceaa10 [
file
]
interface
Base
<
T
>
{
void
call
(
T t
);
}
interface
Derived
extends
Base
<
String
>
{
}