You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.121
Former-commit-id: 86f238de2954f615a08dc4afc175bee032151a5a
This commit is contained in:
parent
f4dfa680ce
commit
54c0c51795
@ -143,7 +143,7 @@ namespace Xamarin.ApiDiff {
|
||||
if (pos >= 0) {
|
||||
int end = type.LastIndexOf (']');
|
||||
string subtype = type.Substring (pos + 3, end - pos - 3);
|
||||
return type.Substring (0, pos) + "<" + GetTypeName (subtype) + ">";
|
||||
return type.Substring (0, pos) + Formatter.Current.LesserThan + GetTypeName (subtype) + Formatter.Current.GreaterThan;
|
||||
}
|
||||
|
||||
switch (type) {
|
||||
|
Reference in New Issue
Block a user