// ISSUE: KT-40851 fun error(): Nothing = throw Exception() class Some() { var x: Int val y: Int = error() init { x = 1; } }