Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incrementDecrementOnFullyQualified.kt
blob: 24a52d4d9197951818777a18fbee7df22fd5dc05 [
file
]
// SKIP_TXT
// FIR_IDENTICAL
package
foo
.
bar
var
baz
=
1
fun test
()
{
foo
.
bar
.
baz
++
}