Skip to content

block comment parse error #2805

Closed
Closed
@zhanzhenzhen

Description

@zhanzhenzhen

Parse error:

a=true
switch a
  when true
    alert()
  ###
  fjfjaklsdjflaklasdjkfl
  ###
  when false
    alert()

No error:

a=true
switch a
  when true
    alert()
    ###
    fjfjaklsdjflaklasdjkfl
    ###
  when false
    alert()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions