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