Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ABase (0.03 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)
  2. src/cmd/internal/obj/stringer.go

    	defer out.Flush()
    	var on = false
    	s := bufio.NewScanner(in)
    	first := true
    	for s.Scan() {
    		line := s.Text()
    		if !on {
    			// First relevant line contains "= obj.ABase".
    			// If we find it, delete the = so we don't stop immediately.
    			const prefix = "= obj.ABase"
    			index := strings.Index(line, prefix)
    			if index < 0 {
    				continue
    			}
    			// It's on. Start with the header.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top