Start implementing FunctionAst class.
To auto-detect return types of functions from source code. This version is able to auto-detect if a simple function without any control flow statements returns this.
Loading
Please sign in to comment
To auto-detect return types of functions from source code. This version is able to auto-detect if a simple function without any control flow statements returns this.