Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
redeclarationInsideObjectExpression.kt
blob: c7f260eaa0634bdd2ba887ea4f587b8e2d4b5b76 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
val x
=
object
{
val
<!
REDECLARATION
!>
y
<!>
=
1
val
<!
REDECLARATION
!>
y
<!>
=
2
}
/* GENERATED_FIR_TAGS: anonymousObjectExpression, integerLiteral, propertyDeclaration */