From 4c46558dfdc2e2d1af3f095479f906725556ccd9 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 30 Nov 2022 16:01:17 -0600 Subject: [PATCH] todo --- _posts/2022-00-00-signature-polymorphic-methods.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2022-00-00-signature-polymorphic-methods.md b/_posts/2022-00-00-signature-polymorphic-methods.md index 4f0ee349a..a3fd81d5b 100644 --- a/_posts/2022-00-00-signature-polymorphic-methods.md +++ b/_posts/2022-00-00-signature-polymorphic-methods.md @@ -242,6 +242,8 @@ These are welcome on the Scala Contributors forum thread at: * (Discourse link, with link back to this post) +> TODO: include a link to the relevant section of the JLS + > TODO: find the JEP and any design discussions; > VarHandle JEP https://openjdk.org/jeps/193 > hmm wait, did MethodHandle actually land in JDK 7?