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