Deprecations cleanup: sequence -> asSequence
This commit is contained in:
@@ -53,7 +53,7 @@ public object InlineTestUtil {
|
||||
|
||||
|
||||
val skipParameterChecking =
|
||||
sourceFiles.sequence().filter {
|
||||
sourceFiles.asSequence().filter {
|
||||
InTextDirectivesUtils.isDirectiveDefined(it.getText(), "NO_CHECK_LAMBDA_INLINING")
|
||||
}.any()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user