Groupped tests by folders
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
// INTENTION_TEXT: "Replace with 'count{}'"
|
||||
// IS_APPLICABLE_2: false
|
||||
fun foo(list: List<String>): Int {
|
||||
val <caret>count = bar() + list.count { it.isNotBlank() }
|
||||
return count
|
||||
}
|
||||
|
||||
fun bar(): Int = 0
|
||||
Reference in New Issue
Block a user