Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
SealedClass.kt
blob: fc6ef9fb6b6fec5685f92625a91faf0269ead40a [
file
]
package
test
class
Inheritor3
:
SealedClass
()
sealed
class
SealedClass
{
class
Inheritor1
:
SealedClass
()
}
class
Inheritor2
:
SealedClass
()