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

Develop new cases in lmbd131

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Withdrawn
    • Icon: P4 P4
    • None
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: