Skip to content

String concatenation fails to annotate it correctly in the case of two string literals #8

Description

@siddharthbe

When two strings are concatenated for example "https" and "://" the current code annotates the result with the annotation @startsWith({"https"}) whereas it should be annotated as @startsWith({"https://"}). Test file ConcatenationFile shows this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions