Hi,
I'm trying to generate code like
if(someValue != otherValue) {
//any things
}
but the compare logic is not connecting with the if-else block. I have also checked it by downloading fresh files from GitHub and it is not working :(.
I have also attached the screenshot
