Removed redundant and confusing .after files in negative tests
This commit is contained in:
@@ -18,16 +18,3 @@ class Foo {
|
||||
fun foobar() {
|
||||
}
|
||||
}
|
||||
|
||||
//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>()
|
||||
}
|
||||
Reference in New Issue
Block a user