J2K: all annotations should be with "@"
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
object TestClass {
|
||||
JvmStatic fun main(args: Array<String>) {
|
||||
@JvmStatic fun main(args: Array<String>) {
|
||||
var i = 1
|
||||
OuterLoop1@ OuterLoop2@ while (i < 1000) {
|
||||
var j = 1
|
||||
|
||||
Reference in New Issue
Block a user