JS IC: expose currentDeclaration from StageController
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user