Menu

#186 newline not allowed after "extends"

Need_by_1.0
closed-fixed
4
2014-08-12
2005-07-15
No

FIXED
def A extends
B {
}

is currently an error because of the newline after
"extends". This seems arbitrary and surprising, even
though it's usually a bad idea to have a newline there.
It should be allowed.

Followups

Comment Date By
Fixed:

? def B {}
# value: <B>

? def A extends
> B {}
# value: <A>
2003-Jun-05 05:50 markm

Discussion

  • Steve Jenson

    Steve Jenson - 2005-07-18
    • status: open --> closed-fixed
     
  • Mark Samuel Miller

    • assigned_to: nobody --> caplet
     

Log in to post a comment.