[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
+1
-1
@@ -16,7 +16,7 @@ class Mut<T>(var _value: T) {
|
||||
}
|
||||
}
|
||||
|
||||
// MODULE: main(lib)(lib)
|
||||
// MODULE: main()(lib)
|
||||
// FILE: main.kt
|
||||
import lib.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user