Code Insight: Format generated declarations
#KT-11176 Fixed (cherry picked from commit 3641ad6)
This commit is contained in:
Vendored
-1
@@ -5,7 +5,6 @@ open class Base(val f: Int)
|
||||
|
||||
class Creation: Base {
|
||||
constructor(f: Int): super(f)
|
||||
|
||||
constructor() : super(<caret>)
|
||||
}
|
||||
val v = Creation()
|
||||
Reference in New Issue
Block a user