424c086ba3
#KT-2050 Fixed
10 lines
161 B
Kotlin
Vendored
10 lines
161 B
Kotlin
Vendored
// "Import" "true"
|
|
// ERROR: Unresolved reference: Delegates
|
|
// WITH_RUNTIME
|
|
package testing
|
|
|
|
import some.Delegates
|
|
|
|
fun foo() {
|
|
val d = <caret>Delegates()
|
|
} |