Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
importAllMembers
/
NotFromObject.kt
blob: d2886babc636b7d1c792ff2b78b294ce8238a59d [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// WITH_RUNTIME
import
kotlin
.
properties
.
Delegates
class
A
{
val v1
:
Int
by
<caret>
Delegates
.
notNull
()
}