Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
equalityComparisonToSelf.kt
blob: d0a6ab6bbece00e5fed8ceffc58dbf158a4a5f1a [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// ISSUE: KTIJ-15380
fun test
()
{
var
x
=
0
if
(
x
==
x
)
{}
}
/* GENERATED_FIR_TAGS: equalityExpression, functionDeclaration, ifExpression, integerLiteral, localProperty,
propertyDeclaration */