Skip to content
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

Force cast not properly converted #91

Closed
angelolloqui opened this issue Feb 7, 2019 · 0 comments
Closed

Force cast not properly converted #91

angelolloqui opened this issue Feb 7, 2019 · 0 comments
Labels

Comments

@angelolloqui
Copy link
Owner

This code

self.object =  data as! ObjectType

is transpiled to

this.object = data as! ObjectType

but should be

this.object = data as ObjectType
angelolloqui added a commit that referenced this issue Feb 7, 2019
angelolloqui added a commit that referenced this issue Feb 7, 2019
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
Labels
Projects
None yet
Development

No branches or pull requests

1 participant