JShell API: forward variables are not corralled in condition expressions of while, if.
-> void f() { if (t) System.out.println("T"); }
| Error:
| cannot find symbol
| symbol: variable t
| Error:
| illegal start of type
-> void f() { if (t) System.out.println("T"); }
| Error:
| cannot find symbol
| symbol: variable t
| Error:
| illegal start of type
- is blocked by
-
JDK-8148633 Unresolved type in conditional expression cascades to illegal start of type error
-
- Open
-