forked from JavaTX/JavaCompilerCore
Fixed signature problem for FunN
This commit is contained in:
parent
37f8f2e1e0
commit
8c195601d5
@ -370,4 +370,10 @@ public class Signature {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
if(sw == null)
|
||||
return super.toString();
|
||||
return sw.toString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user