Fix unbound symbol problem
Make property initialization non-lazy to bind owner by general mechanism (cherry picked from commit eec6c18)
This commit is contained in:
committed by
Dmitry Petrov
parent
ba9f12b617
commit
95d72d0a32
@@ -62,8 +62,8 @@ class JvmBackendContext(
|
||||
context.getInternalFunctions("ThrowTypeCastException").single()
|
||||
)
|
||||
|
||||
override val ThrowUninitializedPropertyAccessException
|
||||
get () = symbolTable.referenceSimpleFunction(
|
||||
override val ThrowUninitializedPropertyAccessException =
|
||||
symbolTable.referenceSimpleFunction(
|
||||
context.getInternalFunctions("ThrowUninitializedPropertyAccessException").single()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user