DescriptorRenderer: shouldn't render private modifier by default
#KT-31587 Fixed
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// My: to be implemented
|
||||
// DISABLE-ERRORS
|
||||
expect sealed class My private constructor(x: Double) {
|
||||
expect sealed class My(x: Double) {
|
||||
abstract val num: Int
|
||||
open fun isGood(): Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user