Fixed KT-1295, first part of removing 'println'. Undo part is still not working.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
fun a() {
|
||||
if (true) 2
|
||||
else println(<selection>1</selection>)
|
||||
}
|
||||
/*
|
||||
fun a() {
|
||||
if (true) 2
|
||||
else {
|
||||
val i = 1
|
||||
println(i)
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user