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