The following example leads to an exception: `var x = b ? new String() : 2`, i.e., an `UnsupportedOperationException` in JavaParser. _Originally posted by @Drodt in https://github.com/KeYProject/key/issues/3821#issuecomment-4680185860_
The following example leads to an exception:
var x = b ? new String() : 2,i.e., an
UnsupportedOperationExceptionin JavaParser.Originally posted by @Drodt in #3821 (comment)