fbf2cded0d
Extract common code from JetFixtureCompletionBaseTestCase to CompletionTestUtil.kt Reason for this change is that I couldn't get the check that prohibits tree loading to work with fixture test case
12 lines
146 B
Kotlin
12 lines
146 B
Kotlin
package first
|
|
|
|
class FirstClass() {
|
|
}
|
|
|
|
fun firstFun() {
|
|
val a = FirstClass()
|
|
a.<caret>
|
|
}
|
|
|
|
// INVOCATION_COUNT: 2
|
|
// EXIST: secondExtension |