Fix 'In multiline class declaration the indent before parent's name is destroyed' (KT-3848)
#KT-3848 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// SET_TRUE: ALIGN_MULTILINE_EXTENDS_LIST
|
||||
|
||||
trait A1
|
||||
|
||||
open class B1
|
||||
|
||||
class Simpleclass() : B1(), <caret>A1
|
||||
Reference in New Issue
Block a user