Develop new cases in lmbd131

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Withdrawn
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: tools

      Add cases in lmbd131 covering the following situation:

      class Outer<T> {
          class Inner2<U> {}

          Supplier<Outer<T>.Inner2<String>> s4 = Outer.Inner2::new;
      }

      Inner2 is a non-static member of a raw type (no type arguments are mentioned in Outer.Inner2::new).

      lmbd131 has already a number of tests, but I have not seen such cases in there.

            Assignee:
            Ella Ananeva
            Reporter:
            Ella Ananeva
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: