We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ed605 commit f0c1788Copy full SHA for f0c1788
src/coconut/diffing/internal/VNativeInst.hx
@@ -26,9 +26,9 @@ class VNativeInst<Native:{}> implements VNode<Native> implements RNode<Native> {
26
public function update(next:VNode<Native>, cursor:Cursor<Native>, _):Void
27
inline justInsert(cursor, _);
28
29
- public function destroy(_):Int
+ public function destroy(applicator:Applicator<Native>):Int
30
return 1;
31
32
public function forEach(f)
33
f(native);
34
-}
+}
0 commit comments