tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun f(list: List<Any>) {
|
||||
list.filter { (it as String).foo() }
|
||||
}
|
||||
|
||||
fun String.foo(): Boolean = true
|
||||
Reference in New Issue
Block a user