Files
kotlin/idea/testData/multiModuleLineMarker/transitiveCommon/common_user/user.kt
Mikhail Glukhikh 4bfaa46c15 Add correct mapping of module descriptor to implementedDescriptor
Now implements dependency is taken into account here
Old commonModuleOrNull() was deleted
Test (JVM + 2xCommon) was added
2017-10-10 10:44:44 +03:00

5 lines
68 B
Kotlin
Vendored

// !CHECK_HIGHLIGHTING
expect class Expected {
val some: Some
}