class A { def f: Unit = { val (n, l): (String, Int) = (4, "") } }