Commit 39b8854
committed
Fix small bug in lazy loading of generic types
When we find a reference to a generic type, we should get all types
referenced from it or from its replacement type if it has one.
Previously this recursive function excluded replacement types.1 parent 3db8d84 commit 39b8854
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
| 123 | + | |
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
| |||
0 commit comments