- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for WithExceptionalConstructor (0.12 sec)
-
android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java
} public static class WithExceptionalConstructor { public static final WithExceptionalConstructor INSTANCE = new WithExceptionalConstructor("whatever"); public WithExceptionalConstructor() { throw new RuntimeException(); } private WithExceptionalConstructor(String unused) {} } private static class WithPublicConstant {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 21.8K bytes - Viewed (0)