Skip to content

Create a test for this folding case #869

@diraol

Description

@diraol

Before 02a6e69 (#868) folding was taking too long to open python files in some cases, such as the given example below.
It would be good to implement a "regression test" to check this on the future to avoid it on the future.

class Class1:

    def __init__(self):
        super().__init__()


class Class2:

    def __init__(self):
        super().__init__()

Thanks to @jennaliu for the contribution!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions