Annotations with lambda expressions can still cause AnnotationFormatError

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 17
    • Component/s: core-libs

      Even after the fix for JDK-8169629, the same error can be thrown with lambda of a different type like

      Function<Integer,Integer> f = x->x;

      rather than

      Runnable r = () -> {};

            Assignee:
            Unassigned
            Reporter:
            Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: