KT-2242 formatting problems: function literal passed outside the parentheses - fix test data in affected tests
#KT-2242 Fixed
This commit is contained in:
@@ -3,7 +3,7 @@ fun foo(c : Collection<String>){
|
||||
}
|
||||
/*
|
||||
fun foo(c : Collection<String>){
|
||||
val function = {it; false}
|
||||
val function = { it; false }
|
||||
c.filter(function)
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user