KT-958 wrong compilation of 'in' with complex expression under test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun test() = 239
|
||||
|
||||
fun box() = if(test() in 239..240) "OK" else "fail"
|
||||
Reference in New Issue
Block a user