Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ABase (0.02 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/BaseIncrementalCompilationAfterFailureIntegrationTest.groovy

        def 'does full recompilation on fatal failure'() {
            given:
            def a = source("class A extends ABase implements WithTrait { def m() { println('a') } }")
            source "class ABase { def mBase() { println(A) } }"
            source """
                import groovy.transform.SelfType
                @SelfType(ABase)
                trait WithTrait {
                    final AllPluginsValidation allPlugins = new AllPluginsValidation(this)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:30 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top