mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
// <reference types="framework2" />
|
|
//import * as F from 'framework2';
|
|
|
|
var a : F2.Component = new F2.Component();
|
|
var b : Util2.DefaultComponent = new Util2.DefaultComponent();
|