mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 09:21:35 +00:00
Fix some missing sources not correctly being reported
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
import "collector/dummy";
|
||||
|
||||
const staticArrayI8: i8[] = [0, 1, 2];
|
||||
assert(staticArrayI8.length == 3);
|
||||
assert(staticArrayI8[0] == 0);
|
||||
|
Reference in New Issue
Block a user