Skip to content

Commit c2eac0c

Browse files
committed
Reclassify test
The test now has a cyclic object initialization error.
1 parent 6457877 commit c2eac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/init/pos/i12544.scala renamed to tests/init/neg/i12544b.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ enum Enum:
22
case Case
33

44
object Enum:
5-
object nested:
5+
object nested: // error
66
val a: Enum = Case
77

88
val b: Enum = f(nested.a)

0 commit comments

Comments
 (0)