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