Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Hope (0.03 sec)

  1. LICENSE

        the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or
        (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
        even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 11:07:23 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/analysis/ResolutionTracerTest.kt

        }
    
        @Test
        fun `collects trace of resolution errors in assignment`() {
            val resolver = tracingCodeResolver()
            val result = schema.resolve(
                """
                s = nope
                x = "yep"
                """.trimIndent(),
                resolver
            )
    
            val failedLhs = result.errors.first { it.errorReason is ErrorReason.UnresolvedAssignmentLhs }.element as Assignment
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 23:16:59 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top