blob: 24a52d4d9197951818777a18fbee7df22fd5dc05 [file]
// SKIP_TXT
// FIR_IDENTICAL
package foo.bar
var baz = 1
fun test() {
foo.bar.baz++
}