fix decls in compiler/frontend/src/jet

This commit is contained in:
Stepan Koltsov
2012-03-02 23:01:52 +04:00
parent 4b7c738f29
commit 63908a2047
+1 -1
View File
@@ -1,4 +1,4 @@
package.jet
package jet
trait Iterator<out T> {
fun next() : T