Pull Up: Kotlin -> Java interoperability
This commit is contained in:
committed by
Alexey Sedunov
parent
ffc56a7c31
commit
a9783ffe81
@@ -0,0 +1,10 @@
|
||||
// INFO: {"checked": "true"}
|
||||
interface X<T, U>
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface Y<V : Any>
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface Z<T>
|
||||
|
||||
class <caret>B<S : Any, U : S, V>: A<S>(), X<U, V>, Y<S>, Z<U>
|
||||
Reference in New Issue
Block a user