Switch converter test to new directive scheme
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// !specifyLocalVariableTypeByDefault: true
|
||||
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
|
||||
fun foo(b: Boolean) {
|
||||
val s: String? = if (b) "abc" else null
|
||||
}
|
||||
Reference in New Issue
Block a user