[FIR] Make internal declarations from dependsOn dependent modules visible
This commit is contained in:
committed by
teamcity
parent
ab1ff7baf5
commit
6105271d41
@@ -0,0 +1,16 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// MODULE: common
|
||||
// FILE: commonMain.kt
|
||||
internal annotation class AnnInCommon
|
||||
|
||||
// MODULE: friend
|
||||
// FILE: friendMain.kt
|
||||
internal annotation class AnnInFriend
|
||||
|
||||
// MODULE: main()(friend)(common)
|
||||
// FILE: main.kt
|
||||
@AnnInCommon
|
||||
@AnnInFriend
|
||||
class A
|
||||
|
||||
fun box() = "OK"
|
||||
Reference in New Issue
Block a user