Java to Kotlin converter: "//file" in test data has made optional

This commit is contained in:
Valentin Kipyatkov
2014-07-11 12:49:41 +04:00
parent 08d7b64160
commit dac1edc35f
78 changed files with 7 additions and 82 deletions
@@ -1,4 +1,3 @@
//file
package foo; // we use package 'foo'
// imports:
@@ -1,4 +1,3 @@
//file
package foo;
class A {
@@ -1,4 +1,3 @@
//file
class A {
private int v;
@@ -1,4 +1,3 @@
//file
class A {
private boolean isOpen = true; // ideally should be atomic boolean
}
@@ -1,4 +1,3 @@
//file
class C {
private final int p1; // field p1