Mark Sibly 7 年之前
父节点
当前提交
655b03bd8c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      bananas/reflectiontest/reflectiontest.monkey2

+ 3 - 3
bananas/reflectiontest/reflectiontest.monkey2

@@ -1,11 +1,11 @@
 
 Namespace test
 
-'Must import this to use reflection!
-'
-#Import "<reflection>"
 #Import "<std>"
 
+#Reflect test
+#Reflect std..
+
 'A test global...
 '
 Global G:Int