mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
Update object-assign-tests.ts
This commit is contained in:
@@ -33,7 +33,7 @@ interface Source4 {
|
||||
source4: string;
|
||||
}
|
||||
|
||||
interface Result4 extends Result4, Source3 {
|
||||
interface Result4 extends Result3, Source4 {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user