mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Add test for KT-23457 NOTE: fixes 'importClassInCommon' test Other test cases added to increase coverage #KT-23457 Fixed
7 lines
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
// "Import" "true"
|
|
// ERROR: Unresolved reference: Foo
|
|
package bar
|
|
|
|
fun use(f: <caret>Foo) {
|
|
|
|
} |