Minor: drop semicolon in package declaration everywhere.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// PSI_ELEMENT: org.jetbrains.jet.lang.psi.JetNamedFunction
|
||||
// OPTIONS: usages
|
||||
package testing;
|
||||
package testing
|
||||
|
||||
public open class Server() {
|
||||
public open fun <caret>processRequest() = "foo"
|
||||
|
||||
Reference in New Issue
Block a user