Skip to content

Commit

Permalink
Refactoring: move engine related classes to subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g committed Nov 5, 2015
1 parent f9bfeb0 commit 183523c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
@@ -1,6 +1,5 @@
package templates

import generators.SourceFile
import templates.Family.*

fun comparables(): List<GenericFunction> {
Expand Down
1 change: 0 additions & 1 deletion libraries/tools/kotlin-stdlib-gen/src/templates/Ranges.kt
@@ -1,6 +1,5 @@
package templates

import generators.SourceFile
import templates.Family.*

fun ranges(): List<GenericFunction> {
Expand Down
@@ -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,
Expand Down
@@ -1,4 +1,4 @@
package generators
package templates

enum class SourceFile(jvmClassName: String? = null, val multifile: Boolean = true) {

Expand Down

0 comments on commit 183523c

Please sign in to comment.