Commit 7cdcfe1
committed
Remove
Calling `Module#name` on an anonymous module or class is not a common use case, and I don’t see much benefit in always considering `nil`. Therefore, I believe using the `%a{implicitly-returns-nil}` annotation is appropriate.nil from the return type of Module#name and instead add the %a{implicitly-returns-nil} annotation1 parent e389107 commit 7cdcfe1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1164 | 1164 | | |
1165 | 1165 | | |
1166 | 1166 | | |
1167 | | - | |
| 1167 | + | |
1168 | 1168 | | |
1169 | 1169 | | |
1170 | 1170 | | |
| |||
0 commit comments