Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
falseOperatorAssignmentWithBooleanNot.fir.txt
blob: 940df2e610e12f09b59f8848884b6e6018d31410 [
file
]
FILE: falseOperatorAssignmentWithBooleanNot.kt
public final fun foo(): R|kotlin/Unit| {
lvar boolean: R|kotlin/Boolean| = Boolean(false)
R|<local>/boolean| = R|<local>/boolean|.R|kotlin/Boolean.not|()
}