Search for KtTypeAlias in safe delete processor
Related to KT-16046
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
typealias <caret>MyString = String
|
||||
@@ -0,0 +1,7 @@
|
||||
typealias <caret>MyString = String
|
||||
|
||||
val ms: MyString = ""
|
||||
|
||||
class My {
|
||||
val mms: MyString = ""
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
type alias MyString has 1 usage that is not safe to delete.
|
||||
Reference in New Issue
Block a user