From 63908a20479c6b51642e658588e077c6591367d3 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Fri, 2 Mar 2012 23:01:52 +0400 Subject: [PATCH] fix decls in compiler/frontend/src/jet --- compiler/frontend/src/jet/Iterators.jet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/frontend/src/jet/Iterators.jet b/compiler/frontend/src/jet/Iterators.jet index d96b8e3bad6..e82a6ff6ca8 100644 --- a/compiler/frontend/src/jet/Iterators.jet +++ b/compiler/frontend/src/jet/Iterators.jet @@ -1,4 +1,4 @@ -package.jet +package jet trait Iterator { fun next() : T