DescriptorRenderer: shouldn't render private modifier by default
#KT-31587 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Sealed: to be implemented
|
||||
actual sealed class Sealed {
|
||||
actual sealed class Sealed actual constructor() {
|
||||
actual object Obj : Sealed()
|
||||
actual class Klass actual constructor(x: Int) : Sealed()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user