Formatter: fix line break after package & file annotation
#KT-23957 Fixed
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
// ERROR: Class 'A' is not abstract and does not implement abstract member public abstract fun run(): Unit defined in java.lang.Runnable
|
||||
package foo
|
||||
|
||||
// we use package 'foo'
|
||||
package foo // we use package 'foo'
|
||||
|
||||
// imports:
|
||||
import java.util.ArrayList // we need ArrayList
|
||||
|
||||
Reference in New Issue
Block a user