Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
convertLateinitPropertyToNotNullDelegate
/
basic.kt.after
blob: 92db4c3fb1fc8368e74532c07930cd7461231dfd [
file
]
import
kotlin
.
properties
.
Delegates
// "Convert to notNull delegate" "true"
// WITH_RUNTIME
var
x
by
Delegates
.
notNull
<
Boolean
>()