Converter:
Preserve white spaces inside code blocks Introduce WhiteSpaceSeparatedElementList which keeps track of whitespaces Introduce StatementList Change old test data accordingly
This commit is contained in:
committed by
Pavel V. Talanov
parent
fabfcb4271
commit
8577d3ca55
@@ -13,6 +13,7 @@ public class Test(str: String) {
|
||||
val test = "String2"
|
||||
sout(test)
|
||||
sout(dummy(test))
|
||||
|
||||
Test(test)
|
||||
}
|
||||
{
|
||||
|
||||
@@ -13,6 +13,7 @@ public open class Test(str: String) {
|
||||
var test: String = "String2"
|
||||
sout(test)
|
||||
sout(dummy(test))
|
||||
|
||||
Test(test)
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user