Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
backingField
/
CustomGetValGlobal.kt
blob: 7052b046aff671252bd6e31c5328b0e5fc732e17 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
package
customGetValGlobal
val zz
=
1
get
()
=
field
*
2
/* GENERATED_FIR_TAGS: getter, integerLiteral, multiplicativeExpression, propertyDeclaration */