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/host/jvm.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'new-luxc/source/luxc/lang/host/jvm.lux') diff --git a/new-luxc/source/luxc/lang/host/jvm.lux b/new-luxc/source/luxc/lang/host/jvm.lux index 20dd4c37b..d30df3fd3 100644 --- a/new-luxc/source/luxc/lang/host/jvm.lux +++ b/new-luxc/source/luxc/lang/host/jvm.lux @@ -9,11 +9,11 @@ [host])) ## [Host] -(host.import org/objectweb/asm/MethodVisitor) +(host.import: org/objectweb/asm/MethodVisitor) -(host.import org/objectweb/asm/ClassWriter) +(host.import: org/objectweb/asm/ClassWriter) -(host.import #long org/objectweb/asm/Label +(host.import: #long org/objectweb/asm/Label (new [])) ## [Type] -- cgit v1.2.3