class Test { companion object { val globalVar = 1 } fun test() { globalVar } } val globalVar = 2