Skip to content

JavaScript multiple declaration misses semicolon #16

Description

@jbfaden

The code

public static String[] countOffDays(String startTime, String stopTime) {
   int[] t1,t2;
}

converts to

static countOffDays(startTime, stopTime) {
    var t1
    var t2;
}

missing the semicolon.

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