8 lines
94 B
TypeScript

const thing: string = "";
switch (thing) {
case "Text1":
break;
default:
break;
}