[FIR] Report UPPER_BOUND_VIOLATED only on checkers stage, fix detection of missing cases and testData
This commit is contained in:
committed by
teamcityserver
parent
ada14413e0
commit
5741374883
@@ -10,7 +10,7 @@ fun testA(a: A<*, *>) {
|
||||
a.t().checkType { _<A<*, *>>() }
|
||||
}
|
||||
|
||||
interface B<R, T: B<List<R>, T>> {
|
||||
interface B<R, T: B<List<R>, <!UPPER_BOUND_VIOLATED!>T<!>>> {
|
||||
fun r(): R
|
||||
fun t(): T
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user