Skip to content

Commit 410cb1f

Browse files
committed
Use direct parent reference instead of importing it
Fixes the cyclic reference error observed when compiling files using sc annotations_1.scala Query_1.scala ScalaqlSyntax_1.scala package.scala_1.scala
1 parent 6c29e3a commit 410cb1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/pos/i23496/annotations_1.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
package scalaql
22

3-
import scala.annotation.StaticAnnotation
4-
5-
class forbiddenInheritance extends StaticAnnotation
3+
class forbiddenInheritance extends scala.annotation.StaticAnnotation

0 commit comments

Comments
 (0)