Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
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
{
}