Files
kotlin/compiler/testData/cli/jvm/noReflect.out
Alexander Udalov 0d26087040 CLI, Ant: add kotlin-reflect.jar to classpath by default, support "-no-reflect"
Note that now "-no-stdlib" implies "-no-reflect".

 #KT-13237 Fixed
2016-08-09 11:24:24 +03:00

5 lines
168 B
Plaintext
Vendored

compiler/testData/cli/jvm/noReflect.kt:4:19: error: unresolved reference: primaryConstructor
String::class.primaryConstructor
^
COMPILATION_ERROR