Switch converter test to new directive scheme

This commit is contained in:
Mikhail Bogdanov
2020-03-17 18:44:00 +01:00
parent d793fea8d2
commit 3f87899014
60 changed files with 88 additions and 89 deletions
@@ -1,5 +1,5 @@
// !forceNotNullTypes: false
// !specifyLocalVariableTypeByDefault: true
// !FORCE_NOT_NULL_TYPES: false
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
package test;
import org.jetbrains.annotations.NotNull;
+2 -2
View File
@@ -1,5 +1,5 @@
// !forceNotNullTypes: false
// !specifyLocalVariableTypeByDefault: true
// !FORCE_NOT_NULL_TYPES: false
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
package test
class Test(str: String) {
@@ -1,5 +1,5 @@
// !forceNotNullTypes: false
// !specifyLocalVariableTypeByDefault: true
// !FORCE_NOT_NULL_TYPES: false
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
package test;
import org.jetbrains.annotations.NotNull;
@@ -1,5 +1,5 @@
// !forceNotNullTypes: false
// !specifyLocalVariableTypeByDefault: true
// !FORCE_NOT_NULL_TYPES: false
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
package test
internal class Foo {
@@ -1,4 +1,4 @@
// !specifyLocalVariableTypeByDefault: true
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
package test;
import org.jetbrains.annotations.Nullable;
@@ -1,4 +1,4 @@
// !specifyLocalVariableTypeByDefault: true
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
package test
class Test(str: String?) {