Update test data because of changed action name in 173
This commit is contained in:
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
// FILE: bar/Foo.before.java
|
// FILE: bar/Foo.before.java
|
||||||
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
|
// "Import static method..." "true"
|
||||||
// ERROR: Unresolved reference: getValue
|
// ERROR: Unresolved reference: getValue
|
||||||
// ACTION: Create method 'foobar'
|
// ACTION: Create method 'foobar'
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
@@ -23,7 +23,7 @@ object Bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FILE: bar/Foo.after.java
|
// FILE: bar/Foo.after.java
|
||||||
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
|
// "Import static method..." "true"
|
||||||
// ERROR: Unresolved reference: getValue
|
// ERROR: Unresolved reference: getValue
|
||||||
// ACTION: Create method 'foobar'
|
// ACTION: Create method 'foobar'
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
// FILE: bar/Foo.before.java
|
// FILE: bar/Foo.before.java
|
||||||
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
|
// "Import static method..." "true"
|
||||||
// ERROR: Unresolved reference: getValue
|
// ERROR: Unresolved reference: getValue
|
||||||
// ACTION: Create method 'foobar'
|
// ACTION: Create method 'foobar'
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
@@ -25,7 +25,7 @@ object Bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FILE: bar/Foo.after.java
|
// FILE: bar/Foo.after.java
|
||||||
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
|
// "Import static method..." "true"
|
||||||
// ERROR: Unresolved reference: getValue
|
// ERROR: Unresolved reference: getValue
|
||||||
// ACTION: Create method 'foobar'
|
// ACTION: Create method 'foobar'
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
// FILE: bar/Foo.before.java
|
// FILE: bar/Foo.before.java
|
||||||
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
|
// "Import static method..." "true"
|
||||||
// ERROR: Unresolved reference: getValue
|
// ERROR: Unresolved reference: getValue
|
||||||
// ACTION: Create method 'foobar'
|
// ACTION: Create method 'foobar'
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
@@ -21,7 +21,7 @@ object Bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FILE: bar/Foo.after.java
|
// FILE: bar/Foo.after.java
|
||||||
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
|
// "Import static method..." "true"
|
||||||
// ERROR: Unresolved reference: getValue
|
// ERROR: Unresolved reference: getValue
|
||||||
// ACTION: Create method 'foobar'
|
// ACTION: Create method 'foobar'
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
// FILE: bar/Foo.before.java
|
// FILE: bar/Foo.before.java
|
||||||
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
|
// "Import static method..." "true"
|
||||||
// ERROR: Unresolved reference: getValue
|
// ERROR: Unresolved reference: getValue
|
||||||
// ACTION: Create method 'foobar'
|
// ACTION: Create method 'foobar'
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
@@ -23,7 +23,7 @@ object Bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FILE: bar/Foo.after.java
|
// FILE: bar/Foo.after.java
|
||||||
// "/(Static import|Import static) method 'foo.Bar.getValue'/" "true"
|
// "Import static method..." "true"
|
||||||
// ERROR: Unresolved reference: getValue
|
// ERROR: Unresolved reference: getValue
|
||||||
// ACTION: Create method 'foobar'
|
// ACTION: Create method 'foobar'
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
Reference in New Issue
Block a user