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