Import as alias with another name is now counted as usage itself #KT-11933 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "Safe delete 'Imported'" "false"
|
||||
// ACTION: Create test
|
||||
// ACTION: Move 'Imported' to separate file
|
||||
import Imported as Alias
|
||||
|
||||
object <caret>Imported
|
||||
|
||||
fun use() {
|
||||
Alias.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user