[IR] User-friendly message about unexpected unlinked symbols
^KT-53649
This commit is contained in:
+2
-2
@@ -692,12 +692,12 @@ class CompileKotlinAgainstCustomBinariesTest : AbstractKotlinCompilerIntegration
|
||||
|
||||
fun testUnreachableExtensionVarPropertyDeclaration() {
|
||||
val (output, exitCode) = compileKotlin("source.kt", tmpdir, expectedFileName = null)
|
||||
assertEquals("Output:\n$output", ExitCode.INTERNAL_ERROR, exitCode)
|
||||
assertEquals("Output:\n$output", ExitCode.COMPILATION_ERROR, exitCode)
|
||||
}
|
||||
|
||||
fun testUnreachableExtensionValPropertyDeclaration() {
|
||||
val (output, exitCode) = compileKotlin("source.kt", tmpdir, expectedFileName = null)
|
||||
assertEquals("Output:\n$output", ExitCode.INTERNAL_ERROR, exitCode)
|
||||
assertEquals("Output:\n$output", ExitCode.COMPILATION_ERROR, exitCode)
|
||||
}
|
||||
|
||||
fun testAnonymousObjectTypeMetadata() {
|
||||
|
||||
Reference in New Issue
Block a user