| { | |
| "$schema": "../../doc/schema/record_use.schema.json", | |
| "constants": [ | |
| { | |
| "type": "int", | |
| "value": 42 | |
| } | |
| ], | |
| "definitions": [ | |
| { | |
| "path": [ | |
| { | |
| "kind": "class", | |
| "name": "SomeClass" | |
| }, | |
| { | |
| "disambiguators": [ | |
| "static" | |
| ], | |
| "kind": "method", | |
| "name": "someStaticMethod" | |
| } | |
| ], | |
| "uri": "package:record_use_test/simple.dart" | |
| } | |
| ], | |
| "loading_units": [ | |
| { | |
| "name": "1" | |
| } | |
| ], | |
| "uses": { | |
| "static_calls": [ | |
| { | |
| "definition_index": 0, | |
| "uses": [ | |
| { | |
| "loading_unit_index": 0, | |
| "positional": [ | |
| 0 | |
| ], | |
| "type": "with_arguments" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |