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