Failing with compilation error when Java library has wrong @KotlinSignatureAnnotation.
This commit is contained in:
@@ -124,6 +124,15 @@ public class CliTest {
|
||||
executeCompilerCompareOutput(args);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void wrongKotlinSignature() throws Exception {
|
||||
String[] args = {
|
||||
"-src", "compiler/testData/cli/wrongKotlinSignature.kt",
|
||||
"-classpath", "compiler/testData/cli/wrongKotlinSignatureLib",
|
||||
"-output", tmpdir.getTmpDir().getPath()};
|
||||
executeCompilerCompareOutput(args);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void help() throws Exception {
|
||||
executeCompilerCompareOutput(new String[] {"-help"});
|
||||
|
||||
Reference in New Issue
Block a user