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
import Foundation
@objc(Test)
public protocol Test {
func open(params: NSDictionary, success:(AnyObject?)->Void, failure:(String?, String?, NSError?)->Void)
}
Result
Test.swift could not be parsed successfully, skipping...
Is strange that if i change the function name to something else, it can be parsed. But it should still be parsed with the function name open
Expected Behavior
Parses file
Actual Behavior
Fails to parse file
The text was updated successfully, but these errors were encountered:
Tailor Version: v0.11.1
Swift Version: 3.0
Platform (Mac/Linux/Windows/CI): Mac
Installation Method: Homebrew
Steps to Reproduce Issue
make a new file Test.swift:
Result
Is strange that if i change the function name to something else, it can be parsed. But it should still be parsed with the function name
open
Expected Behavior
Parses file
Actual Behavior
Fails to parse file
The text was updated successfully, but these errors were encountered: