Open zle000 opened 3 days ago
A file with a function def sdf() return 100
def sdf() return 100
B file call this function like this: sdf("hi") this is a error,so I chang the function in A file to add string arg,but B file the error tip not disappear, I need type somgthing so it be ok~
sdf("hi")
Hi! Thanks for your report, I know about this issue and I'll fix it later
A file with a function
def sdf() return 100
B file call this function like this:
sdf("hi")
this is a error,so I chang the function in A file to add string arg,but B file the error tip not disappear, I need type somgthing so it be ok~