Always place keywords after local variables and parameters
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun bar(fo: Int) {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun bar(fo: Int) {
|
||||
<caret>
|
||||
}
|
||||