-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
when removing // tmp fix
comment the block collapses like seen below:
{
{
"""
import java.util.List;
import java.lang.Deprecated;
@Deprecated
class Test {}
"""
},
// fixme:
// this is a bug in formatter
// when line is not blank but having white spaced block remains stable
{
"""
// tmp fix
@Deprecated
class Test {}
"""
},
{"""
@Deprecated
class Test {}
"""}
},
Metadata
Metadata
Assignees
Labels
No labels