blob: e1c2af8a4ddc13b03824eee6ec27ab32f907bcbe [file] [log] [blame]
package a
val c: Int = 1
var b: Int = 0
<selection>fun f() = c + b</selection>