You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'throw' basically starts at column 17, so I would expect the stacktrace to contain "2:17".
"𝄞" is 4-bytes, and it seems to count as 2 characters though, so instead I get the stacktrace "2:27".
This is the case in the dart VM both with and without kernel.
The text was updated successfully, but these errors were encountered:
jensjoha
added
the
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
label
Aug 16, 2017
Say I have this code:
'throw' basically starts at column 17, so I would expect the stacktrace to contain "2:17".
"𝄞" is 4-bytes, and it seems to count as 2 characters though, so instead I get the stacktrace "2:27".
This is the case in the dart VM both with and without kernel.
The text was updated successfully, but these errors were encountered: