[FIR] Add checker for finite bounds validation
Added a new FIR based checker for both FINITE_BOUNDS_VIOLATION and FINITE_BOUNDS_VIOLATION_IN_JAVA errors. Implementation copied from the existing descriptor based checker with some minor changes. #KT-59378 Fixed
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
// KT-9633: SOE occurred before
|
||||
interface A<T : A<in T>>
|
||||
@@ -1,2 +1,3 @@
|
||||
// FIR_IDENTICAL
|
||||
// KT-9633: SOE occurred before
|
||||
interface A<<!FINITE_BOUNDS_VIOLATION!>T : A<in T><!>>
|
||||
Reference in New Issue
Block a user