KT-4405 Control-flow analysis is not performed for some local declarations #KT-4405 Fixed
This commit is contained in:
@@ -199,7 +199,7 @@ class LocalValsVsProperties(val a: Int, w: Int) : Open(a, w) {
|
||||
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>val y : Int<!>
|
||||
{
|
||||
$x = 1
|
||||
val b = x
|
||||
val <!UNUSED_VARIABLE!>b<!> = x
|
||||
}
|
||||
val b = a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user