class Test { val x = "Source" fun test() { sink(x) } fun sink(s: String) { } }