Hello, I'm doing an issue(KT-20305) and got to a p...
# kontributors
m
Hello, I'm doing an issue(KT-20305) and got to a problem: I am doing an inspection/Intention that can change Java classes too. How can I create a test that checks for change on more than one file? https://youtrack.jetbrains.com/issue/KT-20305
m
You can, for example, look for file
overrideJavaMethodWithAnnotation.test
inside
idea\testData\quickfix
m
Oh, thank you, in the end I found a folder called multiFileIntentions and it seems to be the correct one. Running the tests now.