Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
sealed
/
Derived.java
blob: f6c85d5b07fc41b29a2d0123e1844c6b303e5a57 [
file
]
package
test
;
// It's not possible to inherit from Season (it's sealed in Kotlin)
public
class
Derived
extends
Season
{
}