QuickFixMultiModule: change tests structure
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// "Convert parameter to receiver" "true"
|
||||
|
||||
actual class Foo {
|
||||
actual fun String.foo(n: Int) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun Foo.testJs() {
|
||||
"2".foo(1)
|
||||
}
|
||||
Reference in New Issue
Block a user