Files
Ilya Chernikov 5abdf93d3b IC: Add IC test with fix on rename file with only class inside
"fails" on JS and JPS tests - the IC logic there is less precise.
2022-03-30 08:32:17 +00:00

8 lines
51 B
Kotlin
Vendored

package use
import foo.*
fun useA() {
A(1)
}