Check field signature name
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
public open class WrongFieldName : Object() {
|
||||
public val foo : String? = ""
|
||||
}
|
||||
Reference in New Issue
Block a user