Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
sealed
/
NeverObject.kt
blob: 69de64ca4b153b7779126b8214fd3dd94904aee9 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
<!
WRONG_MODIFIER_TARGET
!>
sealed
<!>
object
Sealed
{
}
/* GENERATED_FIR_TAGS: objectDeclaration, sealed */