Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix annotation in CodeObjects::Base#files
The original annotation incorrectly was Array<String> but the format is ``` [ [file, line] ] ``` Therefore the annotation should be `Array<Array<String, Integer>>`, given there is no prescribed way to describe tuples
- Loading branch information