Files
kotlin-fork/idea/testData/shortenRefsFir/calls/notImportedTopLevelFunctionMissingArg.kt.after
T
Roman Golyshev ee98a76600 FIR IDE: Implement simple importing of the functions
This is not a complete algorithm, but it already works in many cases

Disable some tests that not yet work
2021-02-12 10:53:16 +00:00

8 lines
80 B
Plaintext
Vendored

// FIR_COMPARISON
package test
import dependency.foo
fun usage() {
foo()
}