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