Dynamic member lookup subscript should support file:line: default parameters
#59706
Labels
attributes
Feature: Declaration and type attributes
compiler
The Swift compiler itself
default arguments
Feature: default arguments for value parameters
@dynamicMemberLookup
Feature → attributes: the @dynamicMemberLookup attribute
feature
A feature request or implementation
Is your feature request related to a problem? Please describe.
Dynamic member lookup subscript should support
file:line:default parameters. Knowing the calling context of the lookup can be important for surfacing where the source origin of a problem is.Describe the solution you'd like
The following code should compile:
The text was updated successfully, but these errors were encountered: