Files
kotlin-fork/idea/testData/intentions/importAllMembers/NotFromObject.kt
T
2015-11-10 17:23:11 +03:00

8 lines
134 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
import kotlin.properties.Delegates
class A {
val v1: Int by <caret>Delegates.notNull()
}