Dmitry Petrov
|
36cbc0defd
|
Ensure that {Collection, CharSequence}.indices intrinsic works with 'in'
|
2017-07-10 10:51:26 +03:00 |
|
Dmitry Petrov
|
ec99fa2142
|
Ensure that 'in/!in x until y' intrinsic works
|
2017-07-10 10:51:26 +03:00 |
|
Dmitry Petrov
|
05cad83c79
|
Fix tests for in/in! with primitive range literals
- ClosedFloatingPointRange<T>
- IntRange, etc
- extensions in kotlin.ranges for ranges of Byte/Int/Short
|
2017-07-10 10:51:26 +03:00 |
|
Dmitry Petrov
|
5decf65d6a
|
Ensure that no range instance is created for 'x in array.indices'
|
2017-07-10 10:51:26 +03:00 |
|
Dmitry Petrov
|
4320b63922
|
Ensure that no boolean negation is generated for !in expression
#KT-18777 Fixed Target versions 1.1.4
|
2017-07-10 10:51:26 +03:00 |
|
Dmitry Petrov
|
b9c0ecf2b1
|
Ensure that ranges are not created for in-Comparable-range-literal
#KT-6247 Fixed Target versions 1.1.4
|
2017-07-10 10:51:26 +03:00 |
|
Dmitry Petrov
|
a7071ae7af
|
Provide intrinsic generators for in/!in expression
TODO some tests should fail because range of comparables
(e.g., '"Alpha" .. "Omega"') is currently not implemented
|
2017-07-10 10:51:26 +03:00 |
|
Vsevolod
|
bd6f83b9b7
|
KT-5044 intrinsify all contains calls for primitive ranges from stdlib
|
2016-10-13 10:11:32 +03:00 |
|