Rewrite 'goto' mpp tests to be generated
Adjust test data Use new util in FindUsagesMultiModuleTest
This commit is contained in:
Vendored
+5
-5
@@ -16,8 +16,8 @@ class SimpleChild : SimpleParent() {
|
||||
override fun foo(n: Int) {}
|
||||
}
|
||||
|
||||
// REF: [common] (in test.ExpectedChild).foo(Int)
|
||||
// REF: [common] (in test.ExpectedChildChild).foo(Int)
|
||||
// REF: [common] (in test.SimpleChild).foo(Int)
|
||||
// REF: [jvm] (in test.ExpectedChild).foo(Int)
|
||||
// REF: [jvm] (in test.ExpectedChildChildJvm).foo(Int)
|
||||
// REF: [testModule_Common] (in test.ExpectedChild).foo(Int)
|
||||
// REF: [testModule_Common] (in test.ExpectedChildChild).foo(Int)
|
||||
// REF: [testModule_Common] (in test.SimpleChild).foo(Int)
|
||||
// REF: [testModule_JVM] (in test.ExpectedChild).foo(Int)
|
||||
// REF: [testModule_JVM] (in test.ExpectedChildChildJvm).foo(Int)
|
||||
Reference in New Issue
Block a user