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