Jay Kwak
Jay Kwak
> @jkwak-work Is this something you can plan with Ariel to get done? I think Ariel can do it because the goal is very clear and the scope is limited....
Thank you for the explanation. That makes a lot of sense. And I am fine with closing the issue unless you guys want to do more with it.
Our contribution guide needs to be modified as well. https://github.com/jkwak-work/slang/blob/master/CONTRIBUTION.md#build-slang-from-source
When I try to use "return;" inside of "__init()", like this, ``` __init() { return; } ``` it hits an error in a following condition, because "returnType" is a type...
It seems like Ariel already considered this case well enough. But I like to just share more information that the following C++ code is valid. ``` #include struct MyStruct1 {...