Removed redundant and confusing .after files in negative tests

This commit is contained in:
Valentin Kipyatkov
2016-09-21 22:00:05 +03:00
parent 038068aa44
commit be8b31e82b
12 changed files with 3 additions and 110 deletions
@@ -19,16 +19,3 @@ public class Foo {
{
}
}
//FILE: main.after.kt
// "class org.jetbrains.kotlin.idea.quickfix.ImportMemberFix" "false"
// ERROR: Unresolved reference: foobar
// ACTION: Create function 'foobar'
// ACTION: Rename reference
//KT-9009
fun f() {
foobar<caret>()
}