CLI, Ant: add kotlin-reflect.jar to classpath by default, support "-no-reflect"

Note that now "-no-stdlib" implies "-no-reflect".

 #KT-13237 Fixed
This commit is contained in:
Alexander Udalov
2015-10-31 15:02:55 +03:00
parent 30fd22499b
commit 0d26087040
20 changed files with 128 additions and 27 deletions
+4
View File
@@ -0,0 +1,4 @@
compiler/testData/cli/jvm/noReflect.kt:4:19: error: unresolved reference: primaryConstructor
String::class.primaryConstructor
^
COMPILATION_ERROR