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: src/test/kotlin/com/fasterxml/jackson/module/kotlin/kogeraIntegration/deser/valueClass/jsonCreator/HandledByJacksonTest.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -27,20 +27,20 @@ class HandledByJacksonTest {
27
27
}
28
28
29
29
@JvmInline
30
-
value classNullableObjectMiltiParamCreator(valvalue:Int?) {
30
+
value classNullableObjectMultiParamCreator(valvalue:Int?) {
31
31
companionobject {
32
32
// Avoiding unboxing by making the return value of Creator nullable
0 commit comments