bb808b5620
Moved tests for completion and their test data into module idea-completion
11 lines
139 B
Kotlin
Vendored
11 lines
139 B
Kotlin
Vendored
package temp.test
|
|
|
|
class Options(val listNew: Boolean, val listMatch: Boolean) {
|
|
}
|
|
|
|
fun listImportedFun() = 12
|
|
val listImportedVal = 11
|
|
|
|
|
|
|