Fix bullets

This commit is contained in:
Fred Silberberg 2020-10-26 14:18:25 -07:00 committed by GitHub
parent 211d49a34f
commit ddbd1e2505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,8 +90,8 @@ locals introduced in the `base` call are visible throughout the constructor, so
work something like this:
1. Outermost scope, contains static local functions
2. Middle scope, contains the base clause and any variables declared there
3. Inner scope, contains the method body locals and regular local functions.
2. Middle scope, contains the base clause and any variables declared there
3. Inner scope, contains the method body locals and regular local functions.
This also raises the question of whether we should stop here. For example, it might be nice if `const` locals could be used as
parameter default values, or if attributes could use names from inside a method body. We've had a few proposals for creating