Skip to content

Commit f955b01

Browse files
committed
Reference imported value
1 parent 384aea5 commit f955b01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/es2015-codegen/src/Main.purs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Main (foo, bar, baz, quux) where
1+
module Main (foo, bar, quux, baz, importedBaz) where
22

33
import Quux as Quux
44

@@ -12,3 +12,6 @@ foreign import baz :: String
1212

1313
quux :: String
1414
quux = Quux.quux
15+
16+
importedBaz :: String
17+
importedBaz = baz

0 commit comments

Comments
 (0)