// FIR_IDENTICAL // FILE: a.kt val a : Int = 1 fun f() { } // FILE: b.kt val a : Int = 1 fun f() { }