FILE: BasicTest.kt public final fun goo(): R|kotlin/Unit| { lvar a: R|kotlin/Int| = Int(2) lval b: R|kotlin/Int| = Int(4) R|/a| = R|/a|.R|kotlin/Int.plus|(Int(1)).R|kotlin/Int.plus|(R|/b|) R|/a| = R|/a|.R|kotlin/Int.plus|(Int(1)) R|/a| = R|/a|.R|kotlin/Int.times|(R|/b|).R|kotlin/Int.plus|(Int(1)) }