- Open project (as imported Gradle project).
- Open
buildSrc/src/main/java/example/Test.java
- Select
"abc"
, perform variable extraction refactoring (ctrl-alt-v). - Observe that
abc
variable is created but usage is not replaced (and no opportunity to rename the variable is provided).