Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
nonConstNotCall.kt
blob: cc20c77887d834fe524bebfebfc197d4cbda11f2 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-55196
const
val bb
:
Boolean
=
<!
CONST_VAL_WITH_NON_CONST_INITIALIZER
!>!
false
<!>
// Red in K1, green in K2
/* GENERATED_FIR_TAGS: const, propertyDeclaration */