Skip to content

Add support for nested Ifs #26

@Pichers

Description

@Pichers

Currently, nested ifs always fail to compile with errors of the kind:

Unexpected exception: Cannot invoke "context.UniquenessAnnotation.isGreaterEqualThan(context.Uniqueness)" because "vPerm" is null
Or others related to null states.

We want to be able to support nested If statements like the following:

if (condition) {
     if(condition){
           /*Some code*/
     }
     /*Some code*/        
} else {
     /*Some code*/
}

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