Adjust formatting for FILE_ANNOTATION_LIST
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/*
|
||||
* Comment
|
||||
*/
|
||||
@file:Some("Hi")
|
||||
@@ -0,0 +1,3 @@
|
||||
/*
|
||||
* Comment
|
||||
*/ @file:Some("Hi")
|
||||
@@ -0,0 +1,3 @@
|
||||
@file:Some()
|
||||
|
||||
val test = 1
|
||||
@@ -0,0 +1 @@
|
||||
@file:Some() val test = 1
|
||||
@@ -0,0 +1,3 @@
|
||||
@file:Some()
|
||||
|
||||
import hi
|
||||
@@ -0,0 +1 @@
|
||||
@file:Some() import hi
|
||||
@@ -0,0 +1,3 @@
|
||||
@file:Some()
|
||||
|
||||
package test
|
||||
@@ -0,0 +1 @@
|
||||
@file:Some() package test
|
||||
@@ -0,0 +1 @@
|
||||
@file:Some()
|
||||
@@ -0,0 +1 @@
|
||||
@file:Some()
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@file:Some()
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@file:Some()
|
||||
Reference in New Issue
Block a user