Quick-fix for header without implementation + a set of tests #KT-14908 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Create header class implementation for platform JS" "true"
|
||||
|
||||
header sealed class <caret>Sealed {
|
||||
object Obj : Sealed()
|
||||
|
||||
class Klass(val x: Int) : Sealed()
|
||||
}
|
||||
Reference in New Issue
Block a user