Skip to content

JavaScript multiple declaration misses semicolon #16

@jbfaden

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.

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