JS IC: expose currentDeclaration from StageController

This commit is contained in:
Anton Bannykh
2021-07-06 17:27:11 +03:00
committed by teamcityserver
parent ba541bd53b
commit 5ee865437d
@@ -32,4 +32,6 @@ open class StageController(open val currentStage: Int = 0) {
// Used in JS IC. Declarations created during lowerings need meaningful signatures.
open fun createSignature(parentSignature: IdSignature): IdSignature? = null
open val currentDeclaration: IrDeclaration? get() = null
}