d1cff41ce0
Note that the quick fix to implement header class works incorrectly when that class has nested classes at the moment; this should be fixed separately #KT-15494 Fixed #KT-18573 Fixed
6 lines
115 B
Plaintext
Vendored
6 lines
115 B
Plaintext
Vendored
// Sealed: to be implemented
|
|
impl sealed class Sealed {
|
|
object Obj : Sealed
|
|
|
|
class Klass(x: Int) : Sealed
|
|
} |