Skip to content

Compiler: type conversion #56

Open
@martin-henz

Description

@martin-henz

Currently, type conversion is not supported:

        long x = 1;

gives error:

Exception in thread "Thread-0" 
java.lang.RuntimeException

similar:

         long x = 1L;
         x = x + 1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions