Convert ConvertTwoComparisonsToRangeCheck intention to inspection
Relates to #KT-17310
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// PROBLEM: none
|
||||
// DISABLE-ERRORS
|
||||
fun foo(bar: Char) {
|
||||
bar > 1 && 2 > bar<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user