Cleanup 201 and as41 bunch files

This commit is contained in:
Vyacheslav Gerasimov
2021-03-28 16:26:32 +03:00
parent 943f03e55f
commit f2a892a972
135 changed files with 28 additions and 12127 deletions
@@ -1,7 +0,0 @@
import org.junit.Test
class <lineMarker descr="Run Test" settings="Nothing here">MyKotlinTest</lineMarker> {
@Test
fun <lineMarker descr="Run Test" settings="Nothing here">testA</lineMarker>() {
}
}
@@ -1,11 +0,0 @@
import org.junit.Test
class <lineMarker descr="Run Test" settings="Nothing here">MyKotlinTest</lineMarker> {
@Test
fun <lineMarker descr="Run Test" settings="Nothing here">testA</lineMarker>() {
}
@Test
fun <lineMarker descr="Run Test" settings="Nothing here">testB</lineMarker>() {
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 1st parameter to method 'K'" "true"
public class J {
void foo() {
new K(1);
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 1st parameter to method 'K'" "true"
public class J {
void foo() {
new K(<caret>1);
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 1st parameter to method 'K'" "true"
public class J {
void foo() {
new K(1);
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 1st parameter to method 'K'" "true"
public class J {
void foo() {
new K(<caret>1);
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 1st parameter to method 'K'" "true"
public class J {
void foo() {
new K(1);
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 1st parameter to method 'K'" "true"
public class J {
void foo() {
new K(<caret>1);
}
}
@@ -1,7 +0,0 @@
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
public class J {
void foo() {
new K(1, <caret>"2");
}
}
@@ -1,7 +0,0 @@
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
public class J {
void foo() {
new K(1, <caret>"2");
}
}
@@ -1,7 +0,0 @@
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
public class J {
void foo() {
new K(1, <caret>"2");
}
}
@@ -1,7 +0,0 @@
// "Change 2nd parameter of method 'K' from 'boolean' to 'String'" "true"
public class J {
void foo() {
new K(1, <caret>"2");
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 1st parameter to method 'Foo'" "true"
public class J {
void test() {
new Foo(<caret>1, 2);
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 1st parameter to method 'Foo'" "true"
public class J {
void test() {
new Foo(<caret>1, 2);
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 2nd parameter to method 'Foo'" "true"
public class J {
void test() {
new Foo(<caret>1, 2);
}
}
@@ -1,7 +0,0 @@
// "Add 'int' as 2nd parameter to method 'Foo'" "true"
public class J {
void test() {
new Foo(<caret>1, 2);
}
}
@@ -1,7 +0,0 @@
// "Remove 1st parameter from method 'K'" "true"
public class J {
void foo() {
new K(<caret>);
}
}
@@ -1,7 +0,0 @@
// "Remove 1st parameter from method 'K'" "true"
public class J {
void foo() {
new K(<caret>);
}
}
@@ -1,7 +0,0 @@
// "Remove 1st parameter from method 'K'" "true"
public class J {
void foo() {
new K(<caret>);
}
}
@@ -1,7 +0,0 @@
// "Remove 1st parameter from method 'K'" "true"
public class J {
void foo() {
new K(<caret>);
}
}