Implement option for wrapping method annotations
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ abstract class A {
|
||||
var X = "1" + "2"
|
||||
|
||||
// INFO: {"checked": "true", "toAbstract": "true"}
|
||||
@JvmStatic fun foo2(n: Int): String {
|
||||
@JvmStatic
|
||||
fun foo2(n: Int): String {
|
||||
return "_" + n + "_"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user