Skip to content

Commit

Permalink
use new format
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 9, 2024
1 parent 84cacca commit 19c4828
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions tests/Generator/resource/source_oop.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,24 @@
},
"StudentMap": {
"type": "struct",
"parent": "Map",
"template": {
"P": "Human",
"T": "Student"
"parent": {
"type": "reference",
"target": "Map",
"template": {
"P": "Human",
"T": "Student"
}
}
},
"HumanMap": {
"type": "struct",
"parent": "Map",
"template": {
"P": "Human",
"T": "Human"
"parent": {
"type": "reference",
"target": "Map",
"template": {
"P": "Human",
"T": "Human"
}
}
},
"Map": {
Expand Down

0 comments on commit 19c4828

Please sign in to comment.