Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abe2cf0

Browse files
doggy8088gitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 385581b commit abe2cf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

advanced/declaration-merging.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ interface Alarm {
9090

9191
## 類別的合併
9292

93-
類別的合併與介面的合併規則一致。
93+
~~類別的合併與介面的合併規則一致。~~
94+
95+
同名的類別會發生宣告衝突,無法直接合併。(原文的內容有誤,已發 [Issue](https://github.com/xcatliu/typescript-tutorial/issues/181) 要求更正)
9496

9597
## 參考
9698

0 commit comments

Comments
 (0)