Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
nonConstNotCall.fir.kt
blob: 296fc5318768e1824baa4539a496a6981f3718d2 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-55196
const
val bb
:
Boolean
=
!
false
// Red in K1, green in K2
/* GENERATED_FIR_TAGS: const, propertyDeclaration */