gh-109118: Allow lambdas in annotation scopes in classes (#118019)

This commit is contained in:
Jelle Zijlstra 2024-04-22 12:50:26 -07:00 committed by GitHub
parent 4c7bfdff90
commit 85f727c5fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 53 additions and 13 deletions

View file

@ -0,0 +1,2 @@
:ref:`annotation scope <annotation-scopes>` within class scopes can now
contain lambdas.