Allow "create actual" for function even if partially-compatible exists
So #KT-20163 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Create actual function for platform JVM" "true"
|
||||
|
||||
expect fun <caret>foo(arg: Int): String
|
||||
|
||||
expect fun foo(arg: String): String
|
||||
@@ -0,0 +1,5 @@
|
||||
// "Create actual function for platform JVM" "true"
|
||||
|
||||
expect fun foo(arg: Int): String
|
||||
|
||||
expect fun foo(arg: String): String
|
||||
Reference in New Issue
Block a user