iswiftapp / iswift

Objective-C to Swift Converter
30 stars 3 forks source link

"unexpected : ^" error #194

Open deni2s opened 8 years ago

deni2s commented 8 years ago

Getting "unexpected : ^" error when converting this:

@interface Test() @end @implementation Test -(void) loginWithUser:(NSString*)userName password:(NSString*)password onLoginSuccess:(void (^)(void))loginSuccessBlock onLoginFailure:(void (^__strong)(NSError* error))loginFailureBlock{ } @end

deni2s commented 8 years ago

Probably might be the same problem as https://github.com/drkameleon/iswift/issues/184 ?

drkameleon commented 8 years ago

Well, yes - it is related. I'll try to resolve it before the next update (and yes, I know it has been veeery delayed, but I hope it won't take much longer. I'm getting back on track! ;-) )