module Prelude { } module Testing { fun test(m) { val y = m val x = y(1) x } }