Fix tests in quickfix

This commit is contained in:
Dmitry Gridin
2019-05-31 12:24:00 +07:00
parent 605ee041a9
commit 21c10af1a7
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// "Change the signature of function 'doSmthWithChild'" "true"
// "Add parameter to function 'doSmthWithChild'" "true"
// DISABLE-ERRORS
// COMPILER_ARGUMENTS: -XXLanguage:+NewInference
+1 -1
View File
@@ -1,6 +1,6 @@
// "class org.jetbrains.kotlin.idea.quickfix.LiftAssignmentOutOfTryFix" "false"
// ACTION: Change to var
// ERROR: Val cannot be reassigned
// DISABLE-ERRORS
// WITH_RUNTIME
fun foo(arg: Boolean) {