Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
ClassParamUpperClassInterfaceBound.kt
blob: a97f0151be3dd4ec6b3024c26c766e6a28bdd812 [
file
]
// TARGET_BACKEND: JVM
package
test
class
Clock
<
A
>
where
A
:
java
.
lang
.
Number
,
A
:
java
.
io
.
Serializable