Files
kotlin-fork/compiler/testData/readClass/class/ClassParamUpperClassInterfaceBound.kt
T
2011-12-19 21:36:46 +04:00

4 lines
86 B
Kotlin

namespace test
class Clock<A> where A : java.lang.Number, A : java.lang.CharSequence