Open layxyer opened 2 years ago
Have you solved it?
Hi @C-wx,
parsing of method content is not implemented. you can access the "raw" AST, but there is no kotlinx.ast API.
Thank you so much for your reply @drieks ! I should be able to identify the functionBody in the raw object and then identify the block statements to determine the two methods are equal
I used this tool to parse the kotlin source code, but I want to get the code block of each method parsed out for the inspection of method code changes