This is text block
This will join with the line : Person[name=Foo, age=40]
"quote" = "added"
Escape Start
? ? end
Space Escape- -end
Regex \S \d \D \w \W
\d+
Escape char:
END
x + y = 30
Result (Interface) -> true
Result (Sealed Class) -> true
Permitted Subclass : dev.suresh.Result$Success
Success record components are,
java.lang.Object value
Permitted Subclass : dev.suresh.Result$Failure
Failure record components are,
java.lang.Throwable errorFoo, Bar
Foo, Bar
Foo, Bar
1, 2
1, 2
1, 2
10, 20
10, 20
10, 20
Serializing record: Lang[name=Java, year=25]
Serializing record: Lang[name=Kotlin, year=10]
Serializing record: Success[value=100]
Deserialized record: Lang[name=Java, year=25]
Lang[name=Java, year=25]
Deserialized record: Lang[name=Kotlin, year=10]
Kotlin
Deserialized record: Success[value=100]
Result value: 100
Result (Sealed Type): Success[value=5]
Result (Sealed Type): Failure[error=java.lang.IllegalArgumentException: 25]
Result (Sealed Type): Failure[error=java.lang.IllegalArgumentException: -1]
Result (Sealed Type): Failure[error=java.lang.IllegalArgumentException: test]
Result (Sealed Type): Failure[error=java.lang.NullPointerException]
Eval(Add[left=Div[left=Add[left=Int[i=10], right=Long[l=3]], right=Int[i=2]], right=Double[d=5.0]]) = 11