FYI, you may already know this, but rather than ru...
# pattern-matching
m
FYI, you may already know this, but rather than running the whole test suite, you can run a single test like so:
Copy code
./gradlew clean :compiler-plugin:test --tests "*PatternMatching*"
Saves a ton of time, rather than waiting for the entire test suite to run. Less than 30 seconds on my machine to rebuild and run, but I'm running on a 16" MacBook Pro with the 8-core i9, so YMMV. Should still save a decent amount of time though.