Intentions: Implement "Introduce local variable" intention
#KT-11768 Fixed
This commit is contained in:
+1
@@ -1,4 +1,5 @@
|
||||
// "Create class 'A'" "false"
|
||||
// ACTION: Rename reference
|
||||
// ACTION: Introduce local variable
|
||||
// ERROR: Unresolved reference: A
|
||||
fun foo() = J.<caret>A.B
|
||||
|
||||
Reference in New Issue
Block a user