Fixed Pull Up to generate correct annotation syntax

This commit is contained in:
Valentin Kipyatkov
2015-10-12 19:12:24 +03:00
parent c8135fe4f2
commit 988c934e78
5 changed files with 5 additions and 5 deletions
@@ -23,7 +23,7 @@ class T {
var X = "1" + "2"
// INFO: {"checked": "true"}
JvmStatic fun foo2(n: Int): String {
@JvmStatic fun foo2(n: Int): String {
return "_" + n + "_"
}
}