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