Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// "Create extension function 'set'" "true"
|
||||
|
||||
import java.util.ArrayList
|
||||
|
||||
class Foo<T> {
|
||||
fun <T> x (y: Any, w: java.util.ArrayList<T>) {
|
||||
y["", w] = w
|
||||
}
|
||||
}
|
||||
|
||||
fun <T> Any.set(s: String, w: ArrayList<T>, value: ArrayList<T>) {
|
||||
throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
Reference in New Issue
Block a user