Migrate MultiplatformAnalysisTest to new test runner

This commit is contained in:
Alexander Dudinsky
2020-09-14 12:33:35 +03:00
parent ac98bc9853
commit 84d24e5b76
6 changed files with 10 additions and 9 deletions
@@ -2,4 +2,4 @@
package foo
actual fun foo<!ACTUAL_WITHOUT_EXPECT("Actual function 'foo'", " The following declaration is incompatible because number of value parameters is different: public expect fun foo(): Int ")!>(x: Int)<!>: Int = x
actual fun foo<!ACTUAL_WITHOUT_EXPECT("Actual function 'foo'; The following declaration is incompatible because number of value parameters is different: public expect fun foo(): Int")!>(x: Int)<!>: Int = x