More validation checks for field annotations

This commit is contained in:
Nikolay Krasko
2012-10-08 17:07:56 +04:00
parent 6ffd1aceaa
commit 24fc3cc53f
17 changed files with 142 additions and 15 deletions
@@ -3,5 +3,5 @@ package test
import java.util.*
public open class WrongFieldName : Object() {
public val foo : String? = ""
public var foo : String? = ""
}