Navigation: add actual declarations as implementations (KT-16892)
This commit is contained in:
+1
@@ -9,4 +9,5 @@ class ExpectedChildChild : ExpectedChild()
|
||||
class SimpleChild : SimpleParent()
|
||||
|
||||
// REF: [common] (test).ExpectedChildChild
|
||||
// REF: [jvm] (test).ExpectedChild
|
||||
// REF: [jvm] (test).ExpectedChildChildJvm
|
||||
+1
@@ -17,4 +17,5 @@ class SimpleChild : SimpleParent() {
|
||||
}
|
||||
|
||||
// REF: [common] (in test.ExpectedChildChild).foo(Int)
|
||||
// REF: [jvm] (in test.ExpectedChild).foo(Int)
|
||||
// REF: [jvm] (in test.ExpectedChildChildJvm).foo(Int)
|
||||
+1
@@ -17,4 +17,5 @@ class SimpleChild : SimpleParent() {
|
||||
}
|
||||
|
||||
// REF: [common] (in test.ExpectedChildChild).bar
|
||||
// REF: [jvm] (in test.ExpectedChild).bar
|
||||
// REF: [jvm] (in test.ExpectedChildChildJvm).bar
|
||||
Reference in New Issue
Block a user