Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
sealed
/
NeverFinal.kt
blob: b44393c652404afac8786b95621fdb862ffa6a53 [
file
]
// FIR_IDENTICAL
<!
INCOMPATIBLE_MODIFIERS
!>
final
<!>
<!
INCOMPATIBLE_MODIFIERS
!>
sealed
<!>
class
Base
{
}