Skip to content
This repository was archived by the owner on Feb 2, 2020. It is now read-only.
This repository was archived by the owner on Feb 2, 2020. It is now read-only.

Handle empty declarations with no line break between braces #3

@natecook1000

Description

@natecook1000

As seen in Issue #2, using opening and closing braces on one line breaks the parser:

class NSFileHandle {}
struct String {}
// etc

leads to this error:

events.js:72
     throw er; // Unhandled 'error' event
           ^
Error: write EPIPE
     at errnoException (net.js:904:11)
     at Object.afterWrite (net.js:720:19)

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