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 Test {
|
||||
field = value.toUpperCase()
|
||||
}
|
||||
var name: String = ""
|
||||
<caret>override fun toString(): String{
|
||||
<caret>override fun toString(): String {
|
||||
return "Test(serial='$serial', name='$name')"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user