Choose implementing module correctly in "create actual fix"
Take implements / expectedBy dependency into account So #KT-20803 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// "Create actual function for platform JVM" "true"
|
||||
|
||||
expect fun <caret>testHelper()
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Create actual function for platform JVM" "true"
|
||||
|
||||
expect fun testHelper()
|
||||
@@ -0,0 +1 @@
|
||||
// TEST
|
||||
@@ -0,0 +1 @@
|
||||
// TEST
|
||||
@@ -0,0 +1 @@
|
||||
// testHelper: to be implemented
|
||||
@@ -0,0 +1,2 @@
|
||||
// testHelper: to be implemented
|
||||
actual fun testHelper() {}
|
||||
@@ -0,0 +1,2 @@
|
||||
// testHelper: NOT to be implemented
|
||||
// TEST
|
||||
@@ -0,0 +1,2 @@
|
||||
// testHelper: NOT to be implemented
|
||||
// TEST
|
||||
Reference in New Issue
Block a user