Switch JetMultifileBasicCompletionTest to generated approach
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package first
|
||||
|
||||
trait TestedTrait() {
|
||||
}
|
||||
|
||||
fun firstFun() {
|
||||
val a = second.SomeTest<TestedTrait>()
|
||||
a.testing<caret>
|
||||
}
|
||||
|
||||
// EXIST: testingMethod
|
||||
// EXIST: testingExpectedFunction
|
||||
// ABSENT: testingUnexpectedFunction
|
||||
|
||||
// NUMBER: 2
|
||||
Reference in New Issue
Block a user