Add spaces around elvis operator
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun test(a: Int?) {
|
||||
a?:42
|
||||
|
||||
a ?: 42
|
||||
|
||||
a ?:
|
||||
42
|
||||
|
||||
a
|
||||
?: 42
|
||||
}
|
||||
Reference in New Issue
Block a user