Minor: revert semicolons after package declaration for java parts inside kt file.

This commit is contained in:
Zalim Bashorov
2014-09-18 16:00:20 +04:00
parent 1b60f39959
commit 040d1693e8
19 changed files with 23 additions and 23 deletions
@@ -1,6 +1,6 @@
// FILE: test/J.java
package test
package test;
public class J {
public static void foo(String s, Runnable r, Boolean z) {