Switch JetMultifileBasicCompletionTest to generated approach
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package first
|
||||
|
||||
// For KT-3096 No completion in function literal
|
||||
|
||||
import second.someWithLiteral
|
||||
|
||||
fun test() {
|
||||
someWithLiteral({file -> file.testFu<caret>})
|
||||
}
|
||||
|
||||
// EXIST: testFunction1, testFunction2
|
||||
Reference in New Issue
Block a user