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,4 +1,4 @@
package foo;
package foo
import kotlin.InlineOption.*
@@ -39,4 +39,4 @@ class Bar {
}
}
}
}
@@ -1,4 +1,4 @@
package foo;
package foo
import kotlin.InlineOption.*
@@ -47,4 +47,4 @@ class Bar {
}
}
}
}
@@ -1,4 +1,4 @@
package foo;
package foo
class Foo {
@@ -39,4 +39,4 @@ val packageObjectLiteral = object {
fun packageMethod(f : Foo) {
class PackageLocalClass {}
class PackageLocalObject {}
}
}