blob: 8f2467e0410d5d8469d63eef8e15e6a741a92040 [file] [log] [blame]
fun foo(a: Int, b: Int) {
a.plus(b)
}