Do not check function names in scope to suggest name for introduce variable refactoring (local values can overload function names from upper scopes).
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun main(args : Array<String>) {
|
||||
<selection>ArrayList<Int></selection> // Select this expression and introduce a variable, you get arrayList1 proposed as a name
|
||||
}
|
||||
/*
|
||||
arrayList
|
||||
list
|
||||
*/
|
||||
Reference in New Issue
Block a user