mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 17:01:37 +00:00
optimize array literal init, warn on unsupported inlining
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
class Pointer<T> {
|
||||
|
||||
// FIXME: does not inline, always yields a trampoline
|
||||
@inline constructor(offset: usize = 0) {
|
||||
return changetype<Pointer<T>>(offset);
|
||||
}
|
||||
|
Reference in New Issue
Block a user