Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
MapExample.java
blob: b7cf9f7067a0d9122165dcc06b67825618c8e842 [
file
] [
log
] [
blame
]
package
test
;
import
java
.
util
.
HashMap
;
public
class
MapExample
<
K
,
V
>
extends
HashMap
<
K
,
V
>
{
}