mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
6 lines
231 B
TypeScript
6 lines
231 B
TypeScript
// TypeScript finds the "framework2/index.d.ts" file even without the reference comment.
|
|
//import * as F from 'framework2';
|
|
|
|
var a : F2.Component = new F2.Component();
|
|
var b : Util2.DefaultComponent = new Util2.DefaultComponent();
|