Skip to content

[display] incorrect unused import diagnostics in import.hx #6382

@Gama11

Description

@Gama11

It seems now that #6022 is fixed, imports in import.hx are always reported as unused:

class Main {
	public static function main() {
		"".replace("", "");
	}
}

import.hx

using StringTools;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions