5 lines
71 B
Kotlin
Vendored
5 lines
71 B
Kotlin
Vendored
// TARGET_BACKEND: JVM
|
|
package test
|
|
|
|
class Clock<A : java.lang.Number>
|