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