Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aziemchawdhary-gs committed Nov 14, 2024
1 parent 1434980 commit bf84593
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,21 @@
{
a : String[1];
}

Class <<temporal.processingtemporal>> meta::test::milestoning::B
{
b : String[1];
}

Class <<temporal.businesstemporal>> meta::test::milestoning::Account
{
}

Class <<temporal.businesstemporal>> meta::test::milestoning::FirmAccount extends meta::test::milestoning::Account
{
}

function meta::test::testSubClassOfBusinessTemporal():Any[*]
{
let res = ^meta::test::milestoning::FirmAccount(businessDate=%2021);
}

0 comments on commit bf84593

Please sign in to comment.