mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 18:26:40 +00:00
Basic type inference
This commit is contained in:
@ -155,8 +155,6 @@ export class Type {
|
||||
static readonly f64: Type = new Type(TypeKind.F64, 64);
|
||||
/** No return type. */
|
||||
static readonly void: Type = new Type(TypeKind.VOID, 0);
|
||||
/** Special type used in type inference. Alias of {@link Type.void}. */
|
||||
static readonly auto: Type = Type.void;
|
||||
}
|
||||
|
||||
/** Converts an array of types to its combined string representation. Usually type arguments. */
|
||||
|
Reference in New Issue
Block a user