TypeScript/tests/cases/conformance/classes/members/accessibility
2018-11-16 12:47:05 -08:00
..
classPropertyAsPrivate.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
classPropertyAsProtected.ts More tests for protected members 2014-09-19 14:01:07 -07:00
classPropertyIsPublicByDefault.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privateClassPropertyAccessibleWithinClass.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privateClassPropertyAccessibleWithinNestedClass.ts Added tests 2016-02-17 22:47:00 +00:00
privateInstanceMemberAccessibility.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privateProtectedMembersAreNotAccessibleDestructuring.ts Error when destructuring private property in a parameter (#28562) 2018-11-16 12:47:05 -08:00
privateStaticMemberAccessibility.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privateStaticNotAccessibleInClodule.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
privateStaticNotAccessibleInClodule2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
protectedClassPropertyAccessibleWithinClass.ts More tests for protected members 2014-09-19 14:01:07 -07:00
protectedClassPropertyAccessibleWithinNestedClass.ts Added tests 2016-02-17 22:47:00 +00:00
protectedClassPropertyAccessibleWithinNestedSubclass.ts Added tests 2016-02-17 22:47:00 +00:00
protectedClassPropertyAccessibleWithinNestedSubclass1.ts Added more tests and accept baselines 2016-02-21 22:12:31 +00:00
protectedClassPropertyAccessibleWithinSubclass.ts More tests for protected members 2014-09-19 14:01:07 -07:00
protectedClassPropertyAccessibleWithinSubclass2.ts Added protected conformance tests 2014-09-23 11:22:38 -07:00
protectedClassPropertyAccessibleWithinSubclass3.ts Added protected conformance tests 2014-09-23 11:22:38 -07:00
protectedInstanceMemberAccessibility.ts More tests for protected members 2014-09-19 14:01:07 -07:00
protectedStaticClassPropertyAccessibleWithinSubclass.ts Added protected conformance tests 2014-09-23 11:22:38 -07:00
protectedStaticClassPropertyAccessibleWithinSubclass2.ts Added protected conformance tests 2014-09-23 11:22:38 -07:00
protectedStaticNotAccessibleInClodule.ts Added protected conformance tests 2014-09-23 11:22:38 -07:00