Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
c-hn committed May 6, 2024
1 parent 1f57a6e commit ac50e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex/ex03/ruleTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class Test {
let scene = this.buildScene();
scene.inferTypes();

for (const arkFile of scene.arkFiles) {
for (const arkFile of scene.getFiles()) {
for (const arkClass of arkFile.getClasses()) {
for (const arkMethod of arkClass.getMethods()) {
if (arkMethod.getName() == '_DEFAULT_ARK_METHOD') {
Expand Down

0 comments on commit ac50e1a

Please sign in to comment.