[FIR] Support of REDECLARATION for local val/var, ^KT-54405 Fixed
This commit is contained in:
committed by
Space Team
parent
879deb90fc
commit
e49bb1fe37
+2
-2
@@ -35,8 +35,8 @@ fun test3() {
|
||||
fun test4() {
|
||||
try {}
|
||||
catch (e: Exception) {
|
||||
val a = 42
|
||||
val a = "foo"
|
||||
val <!REDECLARATION!>a<!> = 42
|
||||
val <!REDECLARATION!>a<!> = "foo"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user