Fixed warning

This commit is contained in:
Igor Chevdar
2017-12-04 18:17:17 +03:00
parent a3c4e57434
commit c384c68c77
@@ -111,6 +111,7 @@ internal fun <T> createUninitializedInstance(): T {
}
@Intrinsic
@Suppress("UNUSED_PARAMETER")
internal fun initInstance(thiz: Any, constructorCall: Any): Unit {
throw Exception("Call to this function should've been lowered")
}