This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
assemblyscript
Watch
1
Star
0
Fork
0
You've already forked assemblyscript
mirror of
https://github.com/fluencelabs/assemblyscript
synced
2025-04-27 07:52:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
assemblyscript
/
tests
/
compiler
/
new-without-allocator.ts
8 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add a more helpful error message when you haven't defined an allocator (#108) Also adds a system for writing tests that assert that certain error codes are triggered so that I could test this.
2018-05-22 03:09:05 -07:00
class
A
{
}
export
function
test
(
)
:
i32
{
var
a
=
new
A
(
)
;
return
3
;
}
fixes
2019-03-27 15:05:45 +01:00
// Expect error: AS214
Reference in New Issue
Copy Permalink