bitloops-language icon indicating copy to clipboard operation
bitloops-language copied to clipboard

Bug with variable declaration

Open giorgosnty opened this issue 2 years ago • 1 comments

Describe the bug When we declare a variable without value, there is an error in type inference.

 result: ResultEntity;
        if(command.isSomething) {
           result = this.repo.getById(command.id).ifError();
        }
            

giorgosnty avatar Jul 27 '23 14:07 giorgosnty

Hey can i work on this issue!

Ms-Kulkarni avatar Jan 16 '25 08:01 Ms-Kulkarni