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