mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
convert export trigger reason test
This commit is contained in:
parent
a7c07d67d8
commit
c20908a3e7
@ -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");
|
||||
Loading…
x
Reference in New Issue
Block a user