More validation checks for field annotations
This commit is contained in:
@@ -3,5 +3,5 @@ package test
|
||||
import java.util.*
|
||||
|
||||
public open class WrongFieldName : Object() {
|
||||
public val foo : String? = ""
|
||||
public var foo : String? = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user