- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getEnumProp (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/documentation/src/test/resources/org/gradle/test/JavaClassWithInnerTypes.java
/** * This is an inner enum. */ enum InnerEnum { } /** * This is an inner class. */ static class InnerClass { InnerEnum getEnumProp() { return null; } /** * This is an inner inner class. */ class AnotherInner { InnerClass getOuter() { return null; } } }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 876 bytes - Click Count (0)