[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
@@ -1,9 +0,0 @@
|
||||
interface Trait<N : Number>
|
||||
|
||||
object O1 : Trait<Int>
|
||||
|
||||
object O2 : Trait<String>
|
||||
|
||||
class C {
|
||||
companion object : Trait<IntRange>
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
interface Trait<N : Number>
|
||||
|
||||
object O1 : Trait<Int>
|
||||
|
||||
Reference in New Issue
Block a user