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