Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
sealed
/
RedundantAbstract.kt
blob: 0e51cfff002833acc4bb11513d4a725b8a69638a [
file
]
// FIR_IDENTICAL
<!
REDUNDANT_MODIFIER
!>
abstract
<!>
sealed
class
Base
{
}