e8b4550173
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
3 lines
103 B
Kotlin
Vendored
3 lines
103 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// KT-9633: SOE occurred before
|
|
interface A<<!FINITE_BOUNDS_VIOLATION!>T : A<in T><!>> |