Split property declaration: don't add parentheses for anonymous function
#KT-7593 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c1f75d2324
commit
ea0f9d124d
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
<caret>val f = fun () {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user