Navigation: add actual declarations as implementations (KT-16892)

This commit is contained in:
Mikhail Glukhikh
2018-03-07 16:58:10 +03:00
parent 3530d9b4c7
commit 849f9fc5c1
4 changed files with 28 additions and 8 deletions
@@ -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)