bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
101 B
Kotlin
Vendored
10 lines
101 B
Kotlin
Vendored
class Test {
|
|
public class Nested
|
|
}
|
|
|
|
fun Test.N<caret>
|
|
}
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// EXIST: Nested
|