Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syntacticIfNoFailures (0.22 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/parsing/GrammarToTree.kt

                }
    
                collectingFailure(statements ?: tree.parsingError(node, "Lambda expression without statements"))
    
                syntacticIfNoFailures {
                    val checkedStatements = statements!!.map { it.asBlockElement() }
                    val b = Block(checkedStatements, tree.sourceData(block!!))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 22:06:18 UTC 2024
    - 31.2K bytes
    - Viewed (0)
Back to top