Init new repository
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import a "main";
|
||||
|
||||
other_thing :: proc() {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
import b "circular_b";
|
||||
|
||||
thing :: proc() {
|
||||
}
|
||||
2
tests/test_circular_imports_namespaced/test.txt
Normal file
2
tests/test_circular_imports_namespaced/test.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
// #failed: package
|
||||
// #error: circular import
|
||||
Reference in New Issue
Block a user