-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong conversion of list initializacion #68
Labels
Comments
Hello, I have fixed this bug and created a pull request. Thank you |
angelolloqui
added a commit
that referenced
this issue
Feb 19, 2019
Fixed with #96 |
angelolloqui
added a commit
that referenced
this issue
Feb 19, 2019
#68 Fixed list/map initialization
TamirTwina
added a commit
to TamirTwina/SwiftKotlin
that referenced
this issue
Aug 10, 2019
* upstream/develop: (41 commits) Version update Minor changes Added other members to enums Added other members to enum body Added extra tests for missing properties and functions Moved code into utils and added extra inheritance tokens Changed enum code to allow simple value types, and a rawValue constructor angelolloqui#68 Fixed list/map initialization Updated contributions angelolloqui#91 Fixed force cast conversion PR changes added Assets/Tests/KotlinTokenizer/overrideargs.swift added funtion and code to remove default arguments from override function in class. With tests. add colors to token for dark mode cases Updated travis file and cleanup Updated readme file Removed autogenerated project file Removed local references Version update Updated swift transform to v0.18.10 ... # Conflicts: # Sources/SwiftKotlinApp/ViewController.swift # Sources/SwiftKotlinCommandLine/main.swift # Sources/SwiftKotlinFramework/KotlinTokenizer.swift # SwiftKotlin.xcodeproj/project.pbxproj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This Swift:
Currently translates to:
But should be:
The text was updated successfully, but these errors were encountered: