Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8232368

[local methods] Bogus unreachable statement error from javac

XMLWordPrintable

    • generic
    • generic

      The following program triggers an error:

      public class X {
          public static void main(String [] args) {
              int len(String [] a) {
                  return a.length;
              }
              System.out.println("Len = " + len(args));
          }
      }

      About System.out.println not being reachable

            sadayapalam Srikanth Adayapalam (Inactive)
            sadayapalam Srikanth Adayapalam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: