Minor: adjust quick fix test data to avoid "conflicting overloads"
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ actual class Foo {
|
||||
}
|
||||
}
|
||||
|
||||
fun Foo.test() {
|
||||
fun Foo.testJs() {
|
||||
foo(1, "2")
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@ actual class Foo {
|
||||
}
|
||||
}
|
||||
|
||||
fun Foo.test() {
|
||||
fun Foo.testJs() {
|
||||
"2".foo(1)
|
||||
}
|
||||
Reference in New Issue
Block a user