605bcc66a1
Otherwise IC fails when a project declares a class with the same name as in one of its dependencies. The issue is relevant only for non-JPS IC (Gradle, Maven, etc.), but I added the test for JPS too. #KT-20516 fixed
3 lines
29 B
Kotlin
Vendored
3 lines
29 B
Kotlin
Vendored
fun useUtils() {
|
|
buzz()
|
|
} |