Files
kotlin/compiler/testData/loadJava/compiledKotlin/class/ClassParamUpperClassInterfaceBound.kt
2013-12-17 20:28:59 +04:00

4 lines
82 B
Kotlin
Vendored

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