Update object-assign-tests.ts

This commit is contained in:
Ivo Stratev
2016-08-19 23:03:34 +03:00
committed by GitHub
parent 3af3e291f2
commit 3e194fcd32

View File

@@ -33,7 +33,7 @@ interface Source4 {
source4: string;
}
interface Result4 extends Result4, Source3 {
interface Result4 extends Result3, Source4 {
}