Files
kotlin-fork/idea/testData/refactoring/pullUp/k2j/moveSuperInterfacesWithGenerics.1.java.after
T
2015-08-07 23:30:08 +03:00

3 lines
40 B
Plaintext
Vendored

class A<T> implements Z<T>, X, Y<T> {
}