Skip to content

Commit 19a7eeb

Browse files
committed
-
1 parent 8588188 commit 19a7eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/patches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function handleMixinandInterfaces(
163163
const methodName = string(child.values[0]);
164164
const m = handleMethod(child);
165165
if (method[methodName]) {
166-
method[methodName]!.signature!.push(m.signature![0]);
166+
method[methodName].signature!.push(m.signature![0]);
167167
break;
168168
}
169169
method[methodName] = m;

0 commit comments

Comments
 (0)