3 lines
226 B
Kotlin
Vendored
3 lines
226 B
Kotlin
Vendored
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 |