Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SuperPower (0.08 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy

                annotatedWith("Boring")
                incompatibleWith("SuperPower")
                includeLink()
            }
    
            then:
            outputEquals """
    Type 'SuperHero' property 'fireballs' is annotated with @Boring but that is not allowed for 'SuperPower' properties.
    
    Reason: This modifier is used in conjunction with a property of type 'SuperPower' but this doesn't have semantics.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 25.5K bytes
    - Viewed (0)
Back to top