Files
kotlin-fork/idea/testData/shortenRefsFir/calls/notImportedTopLevelFunctionMissingArg.dependency.kt
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

3 lines
38 B
Kotlin
Vendored

package dependency
fun foo(a: Any) {}