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:
+4
@@ -0,0 +1,4 @@
|
||||
compiler/testData/cli/jvm/noReflect.kt:4:19: error: unresolved reference: primaryConstructor
|
||||
String::class.primaryConstructor
|
||||
^
|
||||
COMPILATION_ERROR
|
||||
Reference in New Issue
Block a user