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