Migration to expect/actual: correct multi-module QF tests
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@
|
|||||||
header class Foo {
|
header class Foo {
|
||||||
}
|
}
|
||||||
|
|
||||||
header fun Foo.foo(n: Int)
|
expect fun Foo.foo(n: Int)
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
header class Foo {
|
header class Foo {
|
||||||
}
|
}
|
||||||
|
|
||||||
header fun Foo.foo(n: Int)
|
expect fun Foo.foo(n: Int)
|
||||||
+1
-1
@@ -3,4 +3,4 @@
|
|||||||
header class Foo {
|
header class Foo {
|
||||||
}
|
}
|
||||||
|
|
||||||
header val Foo.foo: Int
|
expect val Foo.foo: Int
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
header class Foo {
|
header class Foo {
|
||||||
}
|
}
|
||||||
|
|
||||||
header val Foo.foo: Int
|
expect val Foo.foo: Int
|
||||||
Reference in New Issue
Block a user