mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
Add the current namespace to the list of places to search when looking for types
This commit is contained in:
parent
be1fe6d476
commit
c430fb0aab
@ -1139,6 +1139,7 @@ scope MkNonGeneric {
|
|||||||
idx = ns.IndexOf('.', idx)+1;
|
idx = ns.IndexOf('.', idx)+1;
|
||||||
search.Add(ns.Substring(0,idx-1));
|
search.Add(ns.Substring(0,idx-1));
|
||||||
}
|
}
|
||||||
|
search.Add(ns);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user