Rename sparam to setparam

This commit is contained in:
Yan Zhulanow
2015-10-02 12:55:21 +03:00
parent e85d76f9cc
commit 9eeb89a6aa
15 changed files with 48 additions and 48 deletions
@@ -2,7 +2,7 @@ class A {
@get:An
@set:An
@sparam:An
@setparam:An
var a: String = "A"
}