Build fix: multi-module quick fix test file rename
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Sealed: to be implemented
|
||||
impl sealed class Sealed {
|
||||
object Obj : Sealed()
|
||||
|
||||
class Klass(val x: Int) : Sealed()
|
||||
}
|
||||
Reference in New Issue
Block a user