Removed redundant and confusing .after files in negative tests
This commit is contained in:
@@ -25,23 +25,3 @@ public class Some
|
||||
|
||||
fun Some.invoke(s: String) {}
|
||||
//-----------------------
|
||||
|
||||
|
||||
// FILE: first.after.kt
|
||||
// "Import" "true"
|
||||
// ERROR: Expression 'Some()' of type 'Some' cannot be invoked as a function. The function 'invoke()' is not found
|
||||
// ACTION: Create extension function 'invoke'
|
||||
// ACTION: Create member function 'invoke'
|
||||
|
||||
|
||||
package testing
|
||||
|
||||
import some.Some
|
||||
import some.invoke
|
||||
|
||||
fun testing() {
|
||||
<caret>Some()("str")
|
||||
}
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user