Report error on using reflection without kotlin-reflect.jar in classpath

Should be a warning because strictly speaking, the codegen doesn't need it
during the compilation. It's an error at the moment only to let all clients of
Kotlin reflection know that they must include kotlin-reflect.jar in the
classpath
This commit is contained in:
Alexander Udalov
2015-03-12 22:29:49 +03:00
parent 9d6f4e99a1
commit 094fa2f92b
9 changed files with 63 additions and 17 deletions
@@ -0,0 +1,3 @@
$TESTDATA_DIR$/noReflectionInClasspath.kt
-d
$TEMP_DIR$