Import as alias with another name is now counted as usage itself #KT-11933 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtObjectDeclaration
|
||||
import Imported as Alias
|
||||
|
||||
object <caret>Imported
|
||||
+1
@@ -0,0 +1 @@
|
||||
Usage in import 2 import Imported as Alias
|
||||
Reference in New Issue
Block a user