Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
sealed
/
Derived.kt
blob: 347c8ebc430e4279989162ae2bce897f3ee158bf [
file
]
package
test
public
sealed
class
Season
{
class
Warm
:
Season
()
class
Cold
:
Season
()
}