接口
声明和初始化
方法要求
属性要求
接口继承
符合性检查(is, as)
接口集合
interface
IPrintable
{
print
():
void
}
let
printable =
new
IPrintable
()
//<- Error