ConeTypeCompatibilityChecker: add temporary workaround for KT-46383
This commit is contained in:
committed by
teamcityserver
parent
db55a973d4
commit
1936a815e2
+1
-1
@@ -32,7 +32,7 @@ val test_dd = d === d || d !== d
|
||||
val test_cc = c === c || c !== c
|
||||
|
||||
// Identity for primitive values of different types (no extra error)
|
||||
val test_zb = <!EQUALITY_NOT_APPLICABLE!>z === b<!> || <!EQUALITY_NOT_APPLICABLE!>z !== b<!>
|
||||
val test_zb = <!EQUALITY_NOT_APPLICABLE_WARNING!>z === b<!> || <!EQUALITY_NOT_APPLICABLE_WARNING!>z !== b<!>
|
||||
|
||||
// Primitive vs nullable
|
||||
val test_znz = z === nz || nz === z || z !== nz || nz !== z
|
||||
|
||||
Reference in New Issue
Block a user