Sealed classes: extra java against kotlin tests, together with an implementation of Java diagnostics inside these tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test;
|
||||
|
||||
// It's not possible to inherit from Season (it's sealed in Kotlin)
|
||||
public class Derived extends Season {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user