Deprecate with error mixed Int/FP contains operator for ranges KT-22423

This commit is contained in:
Abduqodiri Qurbonzoda
2020-06-23 07:08:18 +03:00
parent ab20b3e083
commit d3fb9cc5f3
22 changed files with 1712 additions and 5903 deletions
@@ -1,4 +1,5 @@
// WITH_RUNTIME
// PROBLEM: none
fun foo(bar: Int) {
bar >= 0.0 && 10.0 >= bar<caret>
}