Refactoring: move engine related classes to subdirectory.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package templates
|
||||
|
||||
import generators.SourceFile
|
||||
import templates.Family.*
|
||||
|
||||
fun comparables(): List<GenericFunction> {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package templates
|
||||
|
||||
import generators.SourceFile
|
||||
import templates.Family.*
|
||||
|
||||
fun ranges(): List<GenericFunction> {
|
||||
|
||||
-2
@@ -1,11 +1,9 @@
|
||||
package templates
|
||||
|
||||
import generators.SourceFile
|
||||
import templates.Family.*
|
||||
import templates.Family.Collections
|
||||
import java.io.StringReader
|
||||
import java.util.*
|
||||
import kotlin.properties.Delegates
|
||||
|
||||
enum class Family {
|
||||
Sequences,
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package generators
|
||||
package templates
|
||||
|
||||
enum class SourceFile(jvmClassName: String? = null, val multifile: Boolean = true) {
|
||||
|
||||
Reference in New Issue
Block a user