You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: third_party/dependency_analyzer/src/test/io/bazel/rulesscala/dependencyanalyzer/AstUsedJarFinderTest.scala
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,14 @@ class AstUsedJarFinderTest extends FunSuite {
293
293
)
294
294
}
295
295
296
+
test("static annotation of inherited class is indirect") {
297
+
checkIndirectDependencyDetected(
298
+
aCode ="class A extends scala.annotation.StaticAnnotation",
0 commit comments