Temporary mute some spec tests through apply changes after 45e881f03f

This commit is contained in:
victor.petukhov
2019-12-25 12:44:16 +03:00
committed by Victor Petukhov
parent 1129b2d3eb
commit be8ae24713
8 changed files with 110 additions and 72 deletions
@@ -39,11 +39,11 @@ fun case_2(x: Any?) {
/*
* TESTCASE NUMBER: 3
* UNEXPECTED BEHAVIOUR
* ISSUES: KT-30756
* ISSUES: KT-30756, KT-35668
*/
fun case_3(x: Any?) {
while (true) {
x ?: return <!USELESS_ELVIS!>?: <!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Any & kotlin.Any?"), DEBUG_INFO_SMARTCAST!>x<!><!>
x ?: return ?: <!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Any & kotlin.Any?"), DEBUG_INFO_SMARTCAST!>x<!>
}
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Any?"), UNREACHABLE_CODE!>x<!>