aboutsummaryrefslogtreecommitdiff
path: root/gazelle/bzl/testdata/relative_import/foo.bzl
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-24 03:05:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-24 03:05:07 +0000
commitcf5114c8e687d2b90ebce3140cc527d9dc6aad6e (patch)
tree3c15c050ced2749753c4d6f1cf9d3a9b9bd94085 /gazelle/bzl/testdata/relative_import/foo.bzl
parente3e4f5325f3a9b46381531439b27dcfb294477fe (diff)
parentf8aadd2ad5a51ac3187333bf589a754c5347d447 (diff)
downloadbazel-skylib-cf5114c8e687d2b90ebce3140cc527d9dc6aad6e.tar.gz
Change-Id: I655b6efaa73d6a249ca2af19fb23935ec23b72af
Diffstat (limited to 'gazelle/bzl/testdata/relative_import/foo.bzl')
-rw-r--r--gazelle/bzl/testdata/relative_import/foo.bzl7
1 files changed, 7 insertions, 0 deletions
diff --git a/gazelle/bzl/testdata/relative_import/foo.bzl b/gazelle/bzl/testdata/relative_import/foo.bzl
new file mode 100644
index 0000000..829cce3
--- /dev/null
+++ b/gazelle/bzl/testdata/relative_import/foo.bzl
@@ -0,0 +1,7 @@
+"""
+Doc string
+"""
+
+load(":bar.bzl", "func")
+
+func()