added test

This commit is contained in:
rpgeeganage 2019-05-05 19:00:01 +02:00
parent 578013b65c
commit 9959ce449e

View file

@ -0,0 +1,21 @@
/// <reference path='fourslash.ts' />
////class Cat {
//// /**
//// * NOTE: this constructor is private! Please use the factory function
//// */
//// private constructor() { }
////
//// static makeCat() { new Cat(); }
////}
////
////ne/*1*/w Ca/*2*/t(/*3*/);
verify.quickInfoAt('1', 'constructor Cat(): Cat',
'NOTE: this constructor is private! Please use the factory function');
verify.quickInfoAt('2', 'constructor Cat(): Cat',
'NOTE: this constructor is private! Please use the factory function');
verify.quickInfoAt('3', 'constructor Cat(): Cat',
'NOTE: this constructor is private! Please use the factory function');