Files
kotlin-fork/compiler/testData/integration/smoke/noReflect/noReflect.compile.expected
T
2024-02-08 12:59:31 +00:00

8 lines
244 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