Pull Up: Move Kotlin -> Kotlin tests to separate directory
This commit is contained in:
committed by
Alexey Sedunov
parent
a695202846
commit
ffc56a7c31
@@ -0,0 +1,14 @@
|
||||
open class A: Z<String> {
|
||||
|
||||
}
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface X<T, U>
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface Y<V : Any>
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
interface Z<T>
|
||||
|
||||
class <caret>B<T : Any, U, V>: A(), X<U, V>, Y<T>, Z<U>
|
||||
Reference in New Issue
Block a user