forked from jasder/antlr
Improved method mapping for String.compareTo(String)
This commit is contained in:
parent
9c3ec592b6
commit
8ddfed3dd5
|
@ -569,7 +569,7 @@ namespace Antlr4.Runtime.Atn
|
|||
}
|
||||
else
|
||||
{
|
||||
return Sharpen.Runtime.CompareOrdinal(o1.GetSemanticContext().ToString(), o2.GetSemanticContext
|
||||
return string.CompareOrdinal(o1.GetSemanticContext().ToString(), o2.GetSemanticContext
|
||||
().ToString());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 60b41b32982f35792e379f71364e61a0db4db658
|
||||
Subproject commit 0d551e4e690a3665ef0d0455cc71de0ad08ef7e7
|
Loading…
Reference in New Issue