Code Insight: Format generated declarations
#KT-11176 Fixed (cherry picked from commit 3641ad6)
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ class Test {
|
||||
var name: String = ""
|
||||
get
|
||||
|
||||
override fun toString(): String{
|
||||
override fun toString(): String {
|
||||
return "Test()"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user