[Test] Prohibit declaring dependency on the same module with different kinds in module structure
This commit is contained in:
committed by
Space Team
parent
c71b80823c
commit
83cbd322fd
@@ -7,6 +7,6 @@ internal fun bar() = "OK"
|
||||
|
||||
internal inline fun foo() = bar()
|
||||
|
||||
// MODULE: main(lib)(lib)
|
||||
// MODULE: main()(lib)
|
||||
// FILE: main.kt
|
||||
fun box(): String = foo()
|
||||
fun box(): String = foo()
|
||||
|
||||
Reference in New Issue
Block a user