Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassInterfaceBound.kt

5 lines
105 B
Kotlin
Vendored

// TARGET_BACKEND: JVM
package test
class Clock<A> where A : java.lang.Number, A : java.io.Serializable