Mark Sibly 7 years ago
parent
commit
655b03bd8c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      bananas/reflectiontest/reflectiontest.monkey2

+ 3 - 3
bananas/reflectiontest/reflectiontest.monkey2

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