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