You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostProcessorTests.java
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -609,6 +609,12 @@ public void testNullArgumentThroughBeanMethodCall() {
609
609
ctx.getBean("aFoo");
610
610
}
611
611
612
+
@Test
613
+
public void testInjectionPointMatchForNarrowTargetReturnType() {
614
+
ApplicationContext ctx = new AnnotationConfigApplicationContext(FooBarConfiguration.class);
0 commit comments