rtaneja1 commented on a change in pull request #1237: [NETBEANS-2349] Convert
switch typecast case to switch expression
URL: https://github.com/apache/netbeans/pull/1237#discussion_r283243228
##########
File path:
java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertSwitchToRuleSwitchTest.java
##########
@@ -594,6 +594,64 @@ public void testSwitch2SwitchExpressionReturnValue()
throws Exception {
"}\n");
}
+ public void testSwitch2SwitchExpressionTypeCast() throws Exception {
Review comment:
please test nested switch expr inside return as well
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists