Arranged generator classes into packages to make it possible to compile GenerateInjectors separately.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user