Supported vals initialized after.
#KT-2637 in progress
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun f() {
|
||||
val v: Int
|
||||
try {
|
||||
v = 239
|
||||
} finally {
|
||||
}
|
||||
println(<caret>v)
|
||||
}
|
||||
Reference in New Issue
Block a user