구현 멀티 플랫폼 모듈에서 모호한 actual 선언을 가진 expect 선언을 보고합니다.

예:


// common.kt
expect class Foo
// middle.kt
actual class Foo
// bottom.kt
actual class Foo