7 lines
225 B
Plaintext
Vendored
7 lines
225 B
Plaintext
Vendored
// "Create expected function in common module testModule_Common" "true"
|
|
// SHOULD_FAIL_WITH: You cannot create the expect declaration from:,fun foo(some: Some){...}
|
|
// DISABLE-ERRORS
|
|
|
|
class Some
|
|
|
|
actual fun foo(some: Some) {} |