ModuleDescriptor now sees internals of its expected by #KT-15739 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
expect fun foo()
|
||||
|
||||
internal fun bar() {}
|
||||
@@ -0,0 +1,3 @@
|
||||
actual fun foo() {
|
||||
bar() // should work
|
||||
}
|
||||
Reference in New Issue
Block a user