Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Sep 17, 2024
1 parent 6eb0f9a commit e92976f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/baboon/pkg0/pkg03.baboon
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ns test {
data TEST_SUB_A1_B2 { value: str }
data TEST_SUB_A1_B3_RECURSIVE { value: TEST_SUB_A1 }
data TEST_SUB_A1_B4_RECURSIVE { value: test.sub.TEST_SUB_A1 }
data TEST_SUB_A1_B5_RECURSIVE { value: test.sub.TEST_SUB_A1 }
data TEST_SUB_A1_B5_RECURSIVE { value: sub.TEST_SUB_A1 }
}

adt TEST_SUB_A2 {
Expand Down

0 comments on commit e92976f

Please sign in to comment.