Files
kotlin-fork/idea/idea-completion/testData/handlers/multifile/ClassWithClassObject.kt.after
T
Roman Golyshev 03a1c6fcca Add multi-file completion handler tests for FIR code completion
This is a temporary (and dirty) solution to start using those tests as
fast as possible. We certainly need to refactor them so they can be
generated from the testData
2021-03-19 12:37:40 +03:00

7 lines
72 B
Plaintext
Vendored

import pack.KtClass
// FIR_COMPARISON
fun foo() {
KtClass<caret>
}