Fix
This commit is contained in:
parent
50e2658b27
commit
b862d5b34a
@ -33,7 +33,7 @@ let unsealedObject = {};
|
||||
unsealedObject.id = 229; // OK
|
||||
|
||||
const toString2 = (x: number): string => {
|
||||
return x + "x";
|
||||
return x + "";
|
||||
};
|
||||
|
||||
type numberToString = number => string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user