Unity-Technologies/unityscript2csharp

String indexers converted to "get_Chars"

adrianoc-unity3d opened this issue · 0 comments

s[0] is converted to s.get_Chars(0) instead