Removed redundant and confusing .after files in negative tests
This commit is contained in:
-13
@@ -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>()
|
||||
}
|
||||
Reference in New Issue
Block a user