1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 17:07:28 +03:00
juvix/tests/positive/Parsing.juvix

26 lines
206 B
Plaintext
Raw Normal View History

module Parsing;
let' : Type := Type;
{- block comment -}
-- line comment
-- line comment 2
{- block comment 2
block comment 2
-}
{- Nesting
{- Nesting
{- Nesting
-}
-}
-}
TypeMine : Type := Type;