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
I tried typing the following into SwiftKotlin app. As I type it, the editor converts the first double quotation mark into curly quotes. Then the line cannot be translated because there is a parsing error.
let s: String = "abc"
If I copy and paste the above into SwiftKotlin app, the translation to Kotlin happens successfully.
The text was updated successfully, but these errors were encountered:
Thanks! Interesting that nobody reported this before. I guess the most common usage scenario is either copya&paste or open file, not typing directly. I will check it out
I tried typing the following into SwiftKotlin app. As I type it, the editor converts the first double quotation mark into curly quotes. Then the line cannot be translated because there is a parsing error.
If I copy and paste the above into SwiftKotlin app, the translation to Kotlin happens successfully.
The text was updated successfully, but these errors were encountered: