Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
sealed
/
LocalSealed.kt
blob: d24699e354c78b2215f85ef51d51bd5ec38c3205 [
file
]
// FIR_IDENTICAL
fun foo
()
{
<!
WRONG_MODIFIER_TARGET
!>
sealed
<!>
class
My
}