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