New setting and test: space around arrow in function types
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test(some: ((Int)->Int) ->Int) {
|
||||
}
|
||||
|
||||
// SET_TRUE: SPACE_AROUND_FUNCTION_TYPE_ARROW
|
||||
@@ -0,0 +1,4 @@
|
||||
fun test(some: ((Int) -> Int) -> Int) {
|
||||
}
|
||||
|
||||
// SET_TRUE: SPACE_AROUND_FUNCTION_TYPE_ARROW
|
||||
@@ -0,0 +1,4 @@
|
||||
fun test(some: ((Int)->Int)->Int) {
|
||||
}
|
||||
|
||||
// SET_TRUE: SPACE_AROUND_FUNCTION_TYPE_ARROW
|
||||
Reference in New Issue
Block a user