We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f720761 commit 86f2a65Copy full SHA for 86f2a65
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/KotlinFeatures.kt
@@ -199,7 +199,7 @@ class TestM11Changes {
199
try {
200
person.phone
201
fail("While person can be deserialized without a phone, phone must be set before attempting to access it")
202
- } catch(_: IllegalStateException) { // expected
+ } catch (_: IllegalStateException) { // expected
203
}
204
205
0 commit comments