Files
kotlin-fork/compiler/testData/compileKotlinAgainstCustomBinaries/classFromJdkInLibrary/output.fir.txt
T

5 lines
220 B
Plaintext
Vendored

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