Minor: drop semicolon in package declaration everywhere.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package example;
|
||||
package example
|
||||
|
||||
trait T {
|
||||
fun foo() {}
|
||||
@@ -61,4 +61,4 @@ class ERROR<E>() : <!UNRESOLVED_REFERENCE!>UR<!> {
|
||||
fun test() {
|
||||
super.<!UNRESOLVED_REFERENCE!>foo<!>()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user