3ed04aea8a
Also fixes a problem where DeclarationLookupObjectImpl didn't have stable hashCode
15 lines
145 B
Kotlin
Vendored
15 lines
145 B
Kotlin
Vendored
package a
|
|
|
|
import a.O.uniqueName
|
|
|
|
object O {
|
|
fun uniqueName() {
|
|
}
|
|
}
|
|
|
|
fun main() {
|
|
uniqueN<caret>
|
|
}
|
|
|
|
// EXIST: uniqueName
|
|
// NUMBER: 1 |