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,5 +1,5 @@
//FILE:_03_collections/CollectionTest.java
package _03_collections;
package _03_collections
import java.util.List;
@@ -17,4 +17,4 @@ import java.util.ArrayList
fun test() {
val <!UNUSED_VARIABLE!>c<!> = CollectionTest()
CollectionTest.add(ArrayList())
}
}