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