blob: f6c85d5b07fc41b29a2d0123e1844c6b303e5a57 [file] [log] [blame]
package test;
// It's not possible to inherit from Season (it's sealed in Kotlin)
public class Derived extends Season {
}