Files
kotlin-fork/compiler/testData/readClass/class/ClassParamUpperInterfaceBound.kt
T
2011-12-25 15:51:59 +04:00

4 lines
54 B
Kotlin

package test
class Clock<A : java.lang.CharSequence>