Stricter type checks in 'convert to range' intention (#1073)
#KT-17079 #KT-17762 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
// DISABLE-ERRORS
|
||||
fun foo(bar: Char) {
|
||||
bar > 1 && 2 > bar<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user