package simple fun main() { /// M val a = 5 /// L foo(a) /// L } /// L fun foo(a: Int) { /// M val b = 6 /// L } /// L