Implement tests map generator and refactor folder structure to spec tests linking
This commit is contained in:
@@ -12,7 +12,7 @@ sealed class SealedClassSingle
|
||||
data class SealedSingleChild1(val number: Int) : SealedClassSingle()
|
||||
|
||||
sealed class SealedClassSingleWithObject
|
||||
object SealedSingleWithObjectChild1: Expr3() {}
|
||||
object SealedSingleWithObjectChild1: SealedClassSingleWithObject() {}
|
||||
|
||||
sealed class SealedClassEmpty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user