From 5f0d88096c08fbd8dfd0ba25e7c9a2abed833c3b Mon Sep 17 00:00:00 2001 From: Anders Hejlsberg Date: Wed, 18 Apr 2018 15:43:32 -0700 Subject: [PATCH] Update test --- tests/cases/compiler/lateBoundConstraintTypeChecksCorrectly.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cases/compiler/lateBoundConstraintTypeChecksCorrectly.ts b/tests/cases/compiler/lateBoundConstraintTypeChecksCorrectly.ts index 09aa9cfdd94..e756b4ef4e0 100644 --- a/tests/cases/compiler/lateBoundConstraintTypeChecksCorrectly.ts +++ b/tests/cases/compiler/lateBoundConstraintTypeChecksCorrectly.ts @@ -1,3 +1,5 @@ +// @keyofStringsOnly: true + declare const fooProp: unique symbol; declare const barProp: unique symbol;