Convert ConvertTwoComparisonsToRangeCheck intention to inspection
Relates to #KT-17310
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(bar: Int, min: Int, max: Int) {
|
||||
min < bar && bar < max<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user