Search for KtTypeAlias in safe delete processor

Related to KT-16046
This commit is contained in:
Mikhail Glukhikh
2017-07-21 13:31:56 +03:00
parent dd0cf8219e
commit d05a525d8d
8 changed files with 39 additions and 0 deletions
@@ -0,0 +1 @@
typealias <caret>MyString = String
@@ -0,0 +1,7 @@
typealias <caret>MyString = String
val ms: MyString = ""
class My {
val mms: MyString = ""
}
@@ -0,0 +1 @@
type alias MyString has 1 usage that is not safe to delete.