From 371a407a49ddf0f2fe1d977018fcd0a009c86043 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 3 Jul 2018 20:35:42 -0400 Subject: - Re-named "import" to "import:". --- new-luxc/source/luxc/lang/translation.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new-luxc/source/luxc/lang/translation.lux') diff --git a/new-luxc/source/luxc/lang/translation.lux b/new-luxc/source/luxc/lang/translation.lux index 0ed65378d..7c1de9883 100644 --- a/new-luxc/source/luxc/lang/translation.lux +++ b/new-luxc/source/luxc/lang/translation.lux @@ -162,7 +162,7 @@ (#e.Success [(set@ #.source source' compiler) output])))) -(for {"JVM" (as-is (host.import java/lang/String +(for {"JVM" (as-is (host.import: java/lang/String (getBytes [String] #try (Array byte))) (def: text-to-blob -- cgit v1.2.3