d4b5032810
This behavior was used until 6a1b6d10d8, where the JDK has
unintentionally started to be added to the end of the list, breaking
code which depended on libraries which bundle something from the JDK
#KT-21299 Fixed
5 lines
218 B
Plaintext
Vendored
5 lines
218 B
Plaintext
Vendored
compiler/testData/compileKotlinAgainstCustomBinaries/classFromJdkInLibrary/source.kt:4:10: error: unresolved reference: methodWhichDoesNotExistInJdk
|
|
Date.methodWhichDoesNotExistInJdk()
|
|
^
|
|
COMPILATION_ERROR
|