RootCauseunvalidated
`char temp = text.charAt(0) + 1` — Java allows implicit narrowing casting. Tension: It doesn't work because it converts int to char. Outcome: This is a special case.
d30455f1-6246-4840-bcd2-f42ef0082f50
char temp = text.charAt(0) + 1 — Java allows implicit narrowing casting. Tension: It doesn't work because it converts int to char. Outcome: This is a special case.