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