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

ObjC: support setters with type arguments in ScalaObjC classes #8

Closed
jokade opened this issue Aug 12, 2018 · 0 comments
Closed

ObjC: support setters with type arguments in ScalaObjC classes #8

jokade opened this issue Aug 12, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jokade
Copy link
Owner

jokade commented Aug 12, 2018

@ScalaObjC
class AppDelegate(self: AppDelegate.InstanceType) extends NSObject {
  var arrayController: NSArrayController[NSObject] = _ // <- fails to compile since the generated proxy method drops the type argument
}
@jokade jokade added the bug Something isn't working label Aug 12, 2018
@jokade jokade self-assigned this Aug 12, 2018
@jokade jokade closed this as completed in ee979b5 Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant