示例#1
0
  @Test
  public void compilationFailed() throws Exception {
    final String jar = tempDir.getAbsolutePath() + File.separator + "smoke.jar";

    runCompiler("hello.compile", "-src", "hello.kt", "-jar", jar);
  }
示例#2
0
 @Test
 public void help() throws Exception {
   runCompiler("help", "--help");
 }