Arranged generator classes into packages to make it possible to compile GenerateInjectors separately.

This commit is contained in:
Evgeny Gerashchenko
2012-11-12 20:40:23 +04:00
parent 4916921849
commit 3fce07b83a
31 changed files with 160 additions and 159 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ package jet.runtime;
import jet.*;
/* This file is generated by org.jetbrains.jet.generators.GenerateRanges. DO NOT EDIT! */
/* This file is generated by org.jetbrains.jet.generators.runtime.GenerateRanges. DO NOT EDIT! */
public class Ranges {
public static ByteRange rangeTo(byte from, byte to) {
if (from > to) {