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