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