{ props: Readonly
;
constructor(props: P);
@@ -1377,7 +1373,6 @@ interface I {
}
declare function take {
- props: Readonly ;
- constructor(props: P);
-@@= skipped -16, +18 lines =@@
+@@= skipped -44, +49 lines =@@
constructor(props: T);
brokenMethod(): void;
}
@@ -318,9 +295,7 @@
interface I {
foo: string;
}
- declare function take