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
swift-syntax:
0.40200.0
swiftc:
Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1) Target: x86_64-apple-darwin18.2.0
Xcode:
10.1, Build version 10B61
macOS:
10.14.1
md5: 50ea8a173ef8e58008a21dc3cd1a867b
Issue Description:
Given the following code:
class MyClass { func myFunc(param1: String, param2: String) {} }
The line position of the FunctionParameterSyntax for param2 is incorrectly identified as 2, it should be 3. The line for param1 is correctly identified as 2.
The text was updated successfully, but these errors were encountered:
cc @rintaro
Sorry, something went wrong.
Comment by Ian Leitch (JIRA)
This is fixed in swift-syntax 0.50100.0
No branches or pull requests
Environment
swift-syntax:
0.40200.0
swiftc:
Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1)
Target: x86_64-apple-darwin18.2.0
Xcode:
10.1, Build version 10B61
macOS:
10.14.1
Additional Detail from JIRA
md5: 50ea8a173ef8e58008a21dc3cd1a867b
Issue Description:
Given the following code:
The line position of the FunctionParameterSyntax for param2 is incorrectly identified as 2, it should be 3. The line for param1 is correctly identified as 2.
The text was updated successfully, but these errors were encountered: