Extract Function: Improve rendering of error messages
This commit is contained in:
@@ -2,4 +2,4 @@ prop += 1
|
||||
prop2 +=2
|
||||
prop + prop2
|
||||
|
||||
// RESULT: Cannot perform an action because this code fragment changes more than one variable: prop, prop2
|
||||
// RESULT: Cannot perform an action because this code fragment changes more than one variable: var prop2: Int, var prop: Int
|
||||
@@ -1,3 +1,3 @@
|
||||
object {}
|
||||
|
||||
// RESULT: Cannot perform an action because following types are unavailable from debugger scope: errors.MyClass.baseFun.<no name provided>
|
||||
// RESULT: Cannot perform an action because following types are unavailable from debugger scope: errors.MyClass.baseFun.<no name provided>
|
||||
Reference in New Issue
Block a user