Mat Roshardt
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Kotlin Structural Search: Why can't it match statements?
I'm trying to use structural replace to automate some repetitive refactors, but it doesn't quite do what I want. As a toy example, Suppose I write the search template: val $ident$ = 42 In the sourc...