Add intention to introduce import alias
#KT-16118 Fixed #KT-30007 Fixed
This commit is contained in:
+1
@@ -1,5 +1,6 @@
|
||||
// "Replace with 'New<T, U>'" "false"
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Introduce import alias
|
||||
// ACTION: Remove explicit type specification
|
||||
|
||||
@Deprecated("Use New", replaceWith = ReplaceWith("New<T, U>"))
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// "Replace with 'NewClass'" "false"
|
||||
// ACTION: Introduce import alias
|
||||
// ACTION: Introduce local variable
|
||||
// ACTION: Replace usages of 'typealias Old = OldClass' in whole project
|
||||
// ACTION: Replace with 'New'
|
||||
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
// "Replace with 'New'" "false"
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Introduce import alias
|
||||
// ACTION: Introduce local variable
|
||||
// ACTION: Replace usages of '<init>(): Old /* = OldClass */' in whole project
|
||||
// ACTION: Replace with 'NewClass(12)'
|
||||
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
// "Replace with 'NewClass'" "false"
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Introduce import alias
|
||||
// ACTION: Remove explicit type specification
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// "Replace with 'NewClass'" "false"
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Introduce import alias
|
||||
// ACTION: Introduce local variable
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user