Files
kotlin-fork/compiler/testData/integration/smoke/noReflect/noReflect.compile.expected
T
2023-09-19 15:46:28 +00:00

7 lines
233 B
Plaintext
Vendored

ERR:
noReflect.kt:5:23: warning: call uses reflection API which is not found in compilation classpath. Make sure you have kotlin-reflect.jar in the classpath.
String::class.annotations
^
Return code: 0