You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Kuniri still has some basic problems related with parameters. Kuniri can handle parameters inside brackets, however, if the method is in a single line declaration kuniri fails to capture it. Finally, Kuniri not support "poetic" mode in parameters. Description: All the code below, cannot be handled by kuniri:
def xpto () a+b end def xpto (a,b) a+b end def xpto a, b
The text was updated successfully, but these errors were encountered:
Problem: Kuniri still has some basic problems related with parameters. Kuniri can handle parameters inside brackets, however, if the method is in a single line declaration kuniri fails to capture it. Finally, Kuniri not support "poetic" mode in parameters.
Description: All the code below, cannot be handled by kuniri:
def xpto () a+b end
def xpto (a,b) a+b end
def xpto a, b
The text was updated successfully, but these errors were encountered: