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-core/src/test/kotlin/org/springframework/core/AbstractReflectionParameterNameDiscovererKotlinTests.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,17 +34,17 @@ abstract class AbstractReflectionParameterNameDiscovererKotlinTests(protected va
34
34
fungetParameterNamesOnInterface() {
35
35
val method =ReflectionUtils.findMethod(MessageService::class.java, "sendMessage", String::class.java)!!
36
36
val actualParams = parameterNameDiscoverer.getParameterNames(method)
0 commit comments