Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */