Minor: drop semicolon in package declaration everywhere.

This commit is contained in:
Zalim Bashorov
2014-09-11 21:22:42 +04:00
parent 0f136d5adc
commit 30208d5532
60 changed files with 87 additions and 87 deletions
@@ -1,6 +1,6 @@
// FILE: p/Nameless.java
package p;
package p
public class Nameless {
void () {}
@@ -14,4 +14,4 @@ import p.*
class K : <!INVISIBLE_MEMBER!>Nameless<!>() {
fun<!SYNTAX!><!> () {}
val<!SYNTAX!><!> : Int = 1
}
}