Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
// "Create enum constant 'A'" "false"
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Create object 'A'
|
||||
// ERROR: Unresolved reference: A
|
||||
package p
|
||||
|
||||
fun foo(): X = E.<caret>A
|
||||
|
||||
enum class E {
|
||||
|
||||
}
|
||||
|
||||
open class X {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user