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