Refactor sealed subclass to object: add tests, fix type parameter case
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// PROBLEM: none
|
||||
|
||||
sealed class Sealed(val y: Int)
|
||||
|
||||
<caret>class SubSealed(x: Int) : Sealed(x)
|
||||
Reference in New Issue
Block a user