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