Navigation to implementation / overriding method: do not show method of inline class twice
#KT-28661 Fixed #KT-26924 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
aa9ce7b2e9
commit
80e1fc2ace
Vendored
+1
@@ -8,6 +8,7 @@ class ExpectedChildChild : ExpectedChild()
|
||||
|
||||
class SimpleChild : SimpleParent()
|
||||
|
||||
// DISTINCT_REF
|
||||
// REF: [testModule_Common] (test).ExpectedChild
|
||||
// REF: [testModule_Common] (test).ExpectedChildChild
|
||||
// REF: [testModule_Common] (test).SimpleChild
|
||||
|
||||
Vendored
+1
@@ -16,6 +16,7 @@ class SimpleChild : SimpleParent() {
|
||||
override val bar: Int get() = 1
|
||||
}
|
||||
|
||||
// DISTINCT_REF
|
||||
// REF: [testModule_Common] (in test.ExpectedChild).bar
|
||||
// REF: [testModule_Common] (in test.ExpectedChildChild).bar
|
||||
// REF: [testModule_Common] (in test.SimpleChild).bar
|
||||
|
||||
Reference in New Issue
Block a user