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
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
class Some
|
||||
@@ -0,0 +1,5 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
expect class Expected {
|
||||
val some: Some
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
actual class <lineMarker>Expected</lineMarker> {
|
||||
actual val <lineMarker>some</lineMarker> = Some()
|
||||
}
|
||||
Reference in New Issue
Block a user