File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ module Impl {
26
26
override string toAbbreviatedString ( ) { result = "<...>" }
27
27
28
28
/** Gets the `i`th type argument of this list. */
29
+ pragma [ nomagic]
29
30
TypeRepr getTypeArg ( int i ) {
30
31
result =
31
32
rank [ i + 1 ] ( TypeRepr res , int j |
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ class PathTypeReprMention extends TypeMention instanceof PathTypeRepr {
130
130
* Holds if this path resolved to a type alias with a rhs. that has the
131
131
* resulting type at `typePath`.
132
132
*/
133
+ pragma [ nomagic]
133
134
Type aliasResolveTypeAt ( TypePath typePath ) {
134
135
exists ( TypeAlias alias , TypeMention rhs | alias = resolved and rhs = alias .getTypeRepr ( ) |
135
136
result = rhs .resolveTypeAt ( typePath ) and
You can’t perform that action at this time.
0 commit comments