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
|
||||
|
||||
public sealed class Season {
|
||||
class Warm: Season()
|
||||
class Cold: Season()
|
||||
}
|
||||
Reference in New Issue
Block a user