Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for firstInput (0.11 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/MutationRuleExecutionOrderTest.groovy

                recorder.mutations << input
            }
    
            @Mutate
            void a(MutationRecorder recorder, @Path("firstInput") String input) {
                recorder.mutations << input
            }
        }
    
        static class FirstInputCreationRule extends RuleSource {
            @Model
            String firstInput() {
                "first"
            }
        }
    
        static class SecondInputCreationRule extends RuleSource {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top