[utils] Introduce the bind function and use it throughout
This commit is contained in:
committed by
Space Team
parent
93563d7c80
commit
f844a86057
@@ -5,10 +5,10 @@
|
||||
|
||||
package org.jetbrains.kotlin.sir.tree.generator
|
||||
|
||||
import org.jetbrains.kotlin.generators.tree.bind
|
||||
import org.jetbrains.kotlin.generators.tree.printer.generateTree
|
||||
import org.jetbrains.kotlin.sir.tree.generator.model.Element
|
||||
import org.jetbrains.kotlin.sir.tree.generator.printer.*
|
||||
import org.jetbrains.kotlin.utils.bind
|
||||
import java.io.File
|
||||
|
||||
internal const val BASE_PACKAGE = "org.jetbrains.kotlin.sir"
|
||||
|
||||
Reference in New Issue
Block a user