var fooBar = "" class C { var bar = "" fun foo(s: String) { bar = } } // ORDER: fooBar, s