Files
kotlin-fork/idea/testData/refactoring/pullUp/j2k/fromClassToClassWithGenerics.kt
T
Alexey Sedunov 7125989c69 Pull Up: Java -> Kotlin interoperability
#KT-5803 Fixed
2015-08-07 23:30:12 +03:00

5 lines
58 B
Kotlin
Vendored

interface I
interface Z<T>
open class A<T : I, U : I, V>