Skip to content

Commit

Permalink
Update tests for strand annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryamZi committed Nov 21, 2024
1 parent e539bb8 commit f909a51
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
},
"unusedTypeDefNames": {
"sourceTypeDefinitions": [],
"virtualTypeDefinitions": []
"virtualTypeDefinitions": [
"$anonType$_0"
]
},
"usedNativeClassPaths": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
},
"unusedTypeDefNames": {
"sourceTypeDefinitions": [],
"virtualTypeDefinitions": []
"virtualTypeDefinitions": [
"$anonType$_0"
]
},
"usedNativeClassPaths": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"sourceTypeDefinitions": [
"UnusedTypeDef"
],
"virtualTypeDefinitions": []
"virtualTypeDefinitions": [
"$anonType$_1"
]
},
"usedNativeClassPaths": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"sourceTypeDefinitions": [
"UnusedTypeDef"
],
"virtualTypeDefinitions": []
"virtualTypeDefinitions": [
"$anonType$_1"
]
},
"usedNativeClassPaths": []
}
Expand Down

0 comments on commit f909a51

Please sign in to comment.