Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 415860 | Differences between
and this patch

Collapse All | Expand All

(-)resources/targets/dispatch/X.java (+5 lines)
Lines 17-19 Link Here
17
		System.out.println(new Z());
17
		System.out.println(new Z());
18
	}
18
	}
19
}
20
interface I {
21
	default String defaultMethod () {
22
		return null;
23
	}
19
}
24
}

Return to bug 415860