Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertApiChanged (0.32 sec)

  1. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/normalization/KotlinApiClassExtractorTest.kt

                """
                    inline fun foo(): String {
                        return "bar"
                    }
                """,
                { assertThat(it.instantiateAndCall("foo"), equalTo("bar")) }
            ).assertApiChanged()
        }
    
        // test throws until we can detect lambdas in inline functions and treat them as ABI
        @Test(expected = CompileAvoidanceException::class)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 19:59:56 UTC 2023
    - 12K bytes
    - Viewed (0)
Back to top