Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incrementDecrementOnFullyQualified.kt
blob: baef127cc9774f534755bef7d94252d4ce3fbd52 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// SKIP_TXT
// FIR_IDENTICAL
package
foo
.
bar
var
baz
=
1
fun test
()
{
foo
.
bar
.
baz
++
}
/* GENERATED_FIR_TAGS: assignment, functionDeclaration, incrementDecrementExpression, integerLiteral,
propertyDeclaration */