Add intention to introduce import alias

#KT-16118 Fixed
 #KT-30007 Fixed
This commit is contained in:
Dmitry Gridin
2019-02-21 10:38:43 +03:00
parent 6bf119b262
commit 147521d6cb
94 changed files with 893 additions and 4 deletions
@@ -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,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,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,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