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

Doesn't recognize type parameters in macro #281

Closed
kevinresol opened this issue Sep 2, 2016 · 0 comments
Closed

Doesn't recognize type parameters in macro #281

kevinresol opened this issue Sep 2, 2016 · 0 comments
Assignees
Labels

Comments

@kevinresol
Copy link

kevinresol commented Sep 2, 2016

macro:Array<String>; // detected correctly
var ct = macro:String;
macro:Array<$ct>; // detected as operator - Warning: OperatorWhitespace policy "around" violated by "<"
{
    "type": "OperatorWhitespace",
    "props": {
        "severity": "WARNING",
        "assignOpPolicy": "around",
        "unaryOpPolicy": "none",
        "ternaryOpPolicy": "around",
        "arithmeticOpPolicy": "around",
        "compareOpPolicy": "around",
        "bitwiseOpPolicy": "around",
        "boolOpPolicy": "around",
        "intervalOpPolicy": "none",
        "arrowPolicy": "around",
        "functionArgPolicy": "none"
    }
}
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

4 participants