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
The two gutter icons look very similar. They shouldn't though since the first icon effectively means goto and the second icon means call recursively. These are completely different concepts and they should not be confused.
The text was updated successfully, but these errors were encountered:
Lua:
![image](https://user-images.githubusercontent.com/3233724/98449975-c9a74580-2138-11eb-920a-ed3c140d1cb1.png)
Kotlin:
![image](https://user-images.githubusercontent.com/3233724/98450070-ba74c780-2139-11eb-9b5a-846f2d470bc6.png)
The two gutter icons look very similar. They shouldn't though since the first icon effectively means
goto
and the second icon meanscall recursively
. These are completely different concepts and they should not be confused.The text was updated successfully, but these errors were encountered: