Dmitry Petrov
|
1e5fc1c3aa
|
JVM_IR KT-27427 use checkNotNull with message in checked casts
This would prevent extra branching in 'as <not-null-type>', which
usually would not be covered.
|
2021-12-30 13:41:21 +03:00 |
|
Dmitry Petrov
|
4ad6cfcf53
|
JVM_IR fix cast to not-null type
We can't rely on argument type nullability here, because it still can
hold an uninitialized value on JVM.
KT-50577 KT-35272 KT-27427
|
2021-12-30 13:41:17 +03:00 |
|
Alexander Udalov
|
5480faf5c5
|
Add tests for issues fixed in JVM IR and other obsolete issues
#KT-6007
#KT-16445
#KT-17753
#KT-22488
#KT-23881
#KT-24135
#KT-26360
#KT-27427
#KT-27449
#KT-27830
#KT-28042
#KT-29595
#KT-30708
#KT-32793
|
2021-02-01 18:29:59 +01:00 |
|