[FIR JS] Suppress EQUALITY_NOT_APPLICABLE

This commit is contained in:
Nikolay Lunyak
2022-01-26 12:20:22 +03:00
committed by teamcity
parent ee58b52a3d
commit 994e2970c7
@@ -293,6 +293,7 @@ fun testInlineClassWithInterface() {
// CHECK_CALLED_IN_SCOPE: scope=testCompareDifferentInstancesInSmartCast function=equals
// CHECK_NEW_COUNT: function=testCompareDifferentInstancesInSmartCast count=6
@Suppress("EQUALITY_NOT_APPLICABLE")
fun testCompareDifferentInstancesInSmartCast() {
val x1_1: Any = ClassInt(1)
val x1_2 = ClassInt(1)