e22a2016b1
This reverts commit 92cf3e3343.
6 lines
408 B
Plaintext
Vendored
6 lines
408 B
Plaintext
Vendored
error: pre-release classes were found in dependencies. Remove them from the classpath, recompile with a release compiler or use '-Xskip-prerelease-check' to suppress errors
|
|
compiler/testData/compileKotlinAgainstCustomBinaries/releaseCompilerAgainstPreReleaseLibraryJs/source.kt:8:28: error: unresolved reference: method
|
|
val methodCall = param.method()
|
|
^^^^^^
|
|
COMPILATION_ERROR
|