No line break before = in property initializer and function expr body
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
val x: Int
|
||||
= 1
|
||||
|
||||
fun foo()
|
||||
= 1
|
||||
|
||||
fun bar() =
|
||||
1
|
||||
Reference in New Issue
Block a user