Code Insight: Format generated declarations
#KT-11176 Fixed (cherry picked from commit 3641ad6)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class A : X() {
|
||||
|
||||
}
|
||||
|
||||
<caret>override fun toString(): String{
|
||||
<caret>override fun toString(): String {
|
||||
return "A() ${super.toString()}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user