Stricter type checks in 'convert to range' intention (#1073)
#KT-17079 #KT-17762 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(bar: Double) {
|
||||
0 <= bar && bar <= 10.0<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user