compiler-research/CppInterOp

Implement GetFunctionDefaultArg

Closed this issue · 1 comments

In the unittests we have a test returning information about function's default argument given a position. We should provide the relevant implementation for it.

https://github.com/compiler-research/InterOp/blob/a16dedef4d8fa7d5833b179954c073726016d4bf/unittests/InterOp/FunctionReflectionTest.cpp#L641-L652

Completed in #31.