Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/NullabilityBreakingChangesRule.groovy

                if (signature != null) {
                    new SignatureReader(signature).accept(new SignatureVisitor(AsmConstants.ASM_LEVEL) {
                        @Override
                        void visitFormalTypeParameter(String formalTypeParameterName) {
                            typeParametersNullability.add(false)
                        }
                    })
                }
            }
    
            @Override
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Oct 27 09:26:32 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top