a552f06526
#KT-33754 Fixed
7 lines
254 B
Kotlin
Vendored
7 lines
254 B
Kotlin
Vendored
// "Create expected function in common module testModule_Common" "true"
|
|
// SHOULD_FAIL_WITH: Some types are not accessible from testModule_Common:,Some
|
|
// DISABLE-ERRORS
|
|
|
|
interface Some
|
|
|
|
actual fun <T : CommonClass, F : Some> <caret>foo(some: List<T>) {} |