Commit 57b5311
committed
SAMtype extractor should not use avoidance in same class
When extracting a SAMtype we use avoidance of the class parameters since these
are not visible outside the class. But we should not do that when the SAMType
is extracted with an owner within the class.
Fixes a problem with sammy_scope.scala that was left dormant until now since
RefChecks did not check methods generated by ExpandSAMs.1 parent 41aa184 commit 57b5311
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5006 | 5006 | | |
5007 | 5007 | | |
5008 | 5008 | | |
5009 | | - | |
| 5009 | + | |
| 5010 | + | |
| 5011 | + | |
5010 | 5012 | | |
5011 | 5013 | | |
5012 | 5014 | | |
| |||
0 commit comments