Slicer: Sort tree nodes to produce stable test data

This commit is contained in:
Alexey Sedunov
2018-02-05 16:11:03 +03:00
parent adca8eb7f1
commit c602c51642
31 changed files with 87 additions and 82 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
3 open class A(val <bold>n: Int</bold>)
5 class B : A(<bold>1</bold>)
8 val z = A(<bold>2</bold>).n
3 super(<bold>n</bold>);
2 D(int <bold>n</bold>) {
5 class B : A(<bold>1</bold>)
8 val z = A(<bold>2</bold>).n
7 A a = new A(<bold>3</bold>);