From 6fdf1ace46adff8e9cd774fd7d8d06266996d51e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 20 Nov 2012 13:50:52 +0000 Subject: allow unshared parameter to accept property names as well as types --- test/data/bindings/window.bnd | 1 + 1 file changed, 1 insertion(+) (limited to 'test/data') diff --git a/test/data/bindings/window.bnd b/test/data/bindings/window.bnd index b843aaf..42b40f4 100644 --- a/test/data/bindings/window.bnd +++ b/test/data/bindings/window.bnd @@ -32,6 +32,7 @@ binding window { internal "JSObject *" location; unshared type EventHandler; + unshared foo; } api mark %{ -- cgit v1.2.3