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:
Mikhael Bogdanov
2018-06-27 14:19:57 +03:00
committed by Dmitry Petrov
parent ba9f12b617
commit 95d72d0a32
@@ -62,8 +62,8 @@ class JvmBackendContext(
context.getInternalFunctions("ThrowTypeCastException").single() context.getInternalFunctions("ThrowTypeCastException").single()
) )
override val ThrowUninitializedPropertyAccessException override val ThrowUninitializedPropertyAccessException =
get () = symbolTable.referenceSimpleFunction( symbolTable.referenceSimpleFunction(
context.getInternalFunctions("ThrowUninitializedPropertyAccessException").single() context.getInternalFunctions("ThrowUninitializedPropertyAccessException").single()
) )