mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
// <reference path="framework1.d.ts" />
|
|
//import * as F from 'framework1';
|
|
|
|
var a : F1.Component = new F1.Component();
|
|
var b : Util.DefaultComponent = new Util.DefaultComponent();
|
|
var s = net.createServer();
|