[FIR] Remove COMPARE_WITH_LIGHT_TREE from default directives of fir diagnostic tests

This commit is contained in:
Dmitriy Novozhilov
2021-05-20 17:43:36 +03:00
committed by teamcityserver
parent f7aabf03f8
commit 3fc7e0ed03
25 changed files with 32 additions and 12 deletions
@@ -1,5 +1,6 @@
// !LANGUAGE: +NewInference
// !DIAGNOSTICS: -UNUSED_EXPRESSION
// COMPARE_WITH_LIGHT_TREE
// SKIP_TXT
// TESTCASE NUMBER: 1
@@ -1,5 +1,6 @@
// !LANGUAGE: +NewInference
// !DIAGNOSTICS: -UNUSED_EXPRESSION
// COMPARE_WITH_LIGHT_TREE
// SKIP_TXT
/*
@@ -73,4 +74,4 @@ fun case_8(x: Any?) {
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Any? & kotlin.String?")!>x<!>
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Any? & kotlin.String?")!>x<!><!UNSAFE_CALL!>.<!>length
}
}
}