mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
convert export trigger reason test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////export /*a*//*b*/function f() {}
|
||||
|
||||
goTo.select("a", "b");
|
||||
verify.not.refactorAvailableForTriggerReason("implicit", "Convert export");
|
||||
verify.refactorAvailableForTriggerReason("invoked", "Convert export");
|
||||
Reference in New Issue
Block a user