- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for OtherType (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/source/model/TypeMetaDataTest.groovy
type.setUpperBounds(new TypeMetaData('OtherType')) expect: type.signature == '? extends OtherType' } def formatsSignatureForWildcardWithLowerBound() { type.setLowerBounds(new TypeMetaData('OtherType')) expect: type.signature == '? super OtherType' } def visitsSignature() {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.6K bytes - Click Count (0)