Unused symbol: handle imports from nested objects correctly
So #KT-17437 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
7e3d3bde74
commit
37d2386a0b
@@ -0,0 +1,14 @@
|
||||
// PROBLEM: none
|
||||
|
||||
import My.Companion.create
|
||||
|
||||
class <caret>My {
|
||||
companion object {
|
||||
fun create() = My()
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val my = create()
|
||||
my.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user