ShortenReferences: fix false negative for object call chain
#KT-32320 Fixed
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
package my.ada.adad.ad
|
||||
|
||||
import my.ada.adad.ad.Fixtures.Register.Domain.UserRepository
|
||||
|
||||
object Fixtures {
|
||||
object Register {
|
||||
object Domain {
|
||||
object UserRepository {
|
||||
const val authSuccess = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
my.ada.adad.ad.Fixtures.Register.Domain<caret>.UserRepository.authSuccess
|
||||
}
|
||||
Reference in New Issue
Block a user