5 lines
105 B
Kotlin
Vendored
5 lines
105 B
Kotlin
Vendored
// TARGET_BACKEND: JVM
|
|
package test
|
|
|
|
class Clock<A> where A : java.lang.Number, A : java.io.Serializable
|