Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithTrait$AllPluginsValidation (0.52 sec)

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

                        }
                    }
                }
            """
            run "compileGroovy"
            outputs.recompiledClasses('ABase', 'A', 'WithTrait', 'WithTrait$Trait$FieldHelper', 'WithTrait$AllPluginsValidation', 'WithTrait$Trait$Helper')
    
            when:
            a.text = "class A extends ABase implements WithTrait { def m() { println('b') } }"
    
            then:
            executer.withStackTraceChecksDisabled()
    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