Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/classFromJdkInLibrary/output.txt
T
2024-02-08 12:59:31 +00:00

5 lines
245 B
Plaintext
Vendored

compiler/testData/compileKotlinAgainstCustomBinaries/classFromJdkInLibrary/source.kt:4:10: error: unresolved reference: methodWhichDoesNotExistInJdk
Date.methodWhichDoesNotExistInJdk()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
COMPILATION_ERROR