6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
/// <reference path="index.d.ts" />
|
|
|
|
type hi = CreatableInstancesWithConstructors;
|
|
new Frame()
|
|
|
|
new Part().Name = "hi"; |