swarm-0.7.0.0: data/test/language-snippets/format/defs.sw
// Comment about this definition def f: Int -> Int = \n. n + 2 /* after lambda */ end // Comment about another definition // More comments /* block comment */ def g: Text = "hello" end
// Comment about this definition def f: Int -> Int = \n. n + 2 /* after lambda */ end // Comment about another definition // More comments /* block comment */ def g: Text = "hello" end