Removed redundant and confusing .after files in negative tests
This commit is contained in:
@@ -19,17 +19,3 @@ package bar
|
||||
public class Foo {
|
||||
public foobar = "foobar"
|
||||
}
|
||||
|
||||
//FILE: main.after.kt
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.ImportMemberFix" "false"
|
||||
// ERROR: Unresolved reference: foobar
|
||||
// ACTION: Create local variable 'foobar'
|
||||
// ACTION: Create property 'foobar'
|
||||
// ACTION: Rename reference
|
||||
|
||||
//KT-9009
|
||||
|
||||
|
||||
fun f() {
|
||||
foobar<caret> = "barfoo"
|
||||
}
|
||||
Reference in New Issue
Block a user